Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 8767137

Browse files
author
Jan Krems
committed
style: Remove rogue console.log
1 parent 962f72c commit 8767137

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/node-inspect.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -922,10 +922,6 @@ function createCommandContext(inspector) {
922922
}
923923
});
924924

925-
Runtime.on('executionContextCreated', execContext => {
926-
console.log('execContext', execContext);
927-
});
928-
929925
return ctx;
930926
}
931927

0 commit comments

Comments
 (0)