Skip to content

Commit ff61586

Browse files
committed
chore: remove debug logs
1 parent d231254 commit ff61586

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ module.exports = (snippet, { tmpdir, timeout, memory, throwError = true, allow =
6161
})()
6262
: { isFulfilled: false, value: deserializeError(value), profiling, logging }
6363
} catch (error) {
64-
console.log('=========== DEBUG ===========')
65-
console.log('args', JSON.stringify(args))
66-
console.log(error)
6764
if (error.signalCode === 'SIGTRAP') {
6865
throw createError({
6966
name: 'MemoryError',

0 commit comments

Comments
 (0)