Skip to content

Commit

Permalink
Do not log
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 17, 2024
1 parent b9e9f5a commit 30b30b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/src/trycp/conductor/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ export class TryCpConductor implements IConductor {
});
assert(response !== TRYCP_SUCCESS_RESPONSE);
assert(typeof response !== "string");
console.log(response);
return response as DownloadLogsResponse;
}

Expand Down

0 comments on commit 30b30b0

Please sign in to comment.