Skip to content

Commit 2ffb623

Browse files
committed
clean up
1 parent 904042a commit 2ffb623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/spark.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ export default class Spark {
230230
this.handleRunError(err)
231231
}
232232
const duration = Date.now() - started
233-
const delay = /* calculateDelayBeforeNextTask({
233+
const delay = calculateDelayBeforeNextTask({
234234
roundLengthInMs: APPROX_ROUND_LENGTH_IN_MS,
235235
maxTasksPerRound: this.#tasker.maxTasksPerRound,
236236
lastTaskDurationInMs: duration
237-
}) */ 0
237+
})
238238

239239
if (delay > 0) {
240240
console.log(

0 commit comments

Comments
 (0)