Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Dec 9, 2024
1 parent 8380346 commit faf2ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/200_fullchain-bot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ describe('Integration tests', function () {
.viewDeal(dealId)
.then((deal) => deal.workerStake.toNumber());
for (let taskIndex = 0; taskIndex < volume; taskIndex++) {
console.log('Task index: ' + taskIndex);
const taskId = await iexecWrapper.initializeTask(dealId, taskIndex);
const initialScores = await getInitialScores(workers);
const contributions = tasksAndWorkers[taskIndex];
Expand Down

0 comments on commit faf2ef9

Please sign in to comment.