Skip to content

Commit 00c5c56

Browse files
Removed console.log commands
1 parent 33f24db commit 00c5c56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/tasks.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ export function formatDuration (value, allowZeros = false, timingOption = false)
136136
}
137137
// the meanElapsedTime can be 0/undefined (i.e. task has not run before)
138138
// return "undefined" rather than a number for these cases
139-
console.log('got here somehow')
140-
console.log(value)
141-
console.log(timingOption)
142139
return undefined
143140
}
144141

0 commit comments

Comments
 (0)