Skip to content

Commit

Permalink
Remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Feb 27, 2024
1 parent cfd0604 commit d110b0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/algorithm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ export function parseAlgorithmLogs(logs: string, summary?: AlgorithmSummary): Al
const activityLogs = getActivityLogs(logLines);
const sandboxLogs = getSandboxLogs(logLines);

console.log(activityLogs, sandboxLogs);

if (activityLogs.length === 0 || sandboxLogs.length === 0) {
throw new Error('Logs are in invalid format, please see the prerequisites section above.');
}
Expand Down

0 comments on commit d110b0a

Please sign in to comment.