Skip to content

Commit b211c8e

Browse files
committed
fix(tests): rm console log from debugging
1 parent a44cda5 commit b211c8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/job.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ describe('Job', () => {
844844
'lock job',
845845
async _job => {
846846
runCount++;
847-
console.log('runCount', runCount);
848847
if (runCount === 1) {
849848
// this should time out
850849
await new Promise(longResolve => setTimeout(longResolve, 1000));

0 commit comments

Comments
 (0)