Skip to content

Commit faf2ef9

Browse files
committed
remove console.log
1 parent 8380346 commit faf2ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/200_fullchain-bot.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ describe('Integration tests', function () {
127127
.viewDeal(dealId)
128128
.then((deal) => deal.workerStake.toNumber());
129129
for (let taskIndex = 0; taskIndex < volume; taskIndex++) {
130-
console.log('Task index: ' + taskIndex);
131130
const taskId = await iexecWrapper.initializeTask(dealId, taskIndex);
132131
const initialScores = await getInitialScores(workers);
133132
const contributions = tasksAndWorkers[taskIndex];

0 commit comments

Comments
 (0)