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

Commit 032b045

Browse files
committed
style: Remove console.error() statement
This commits removes a commented-out `console.error()` statement.
1 parent 2cfe74b commit 032b045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/inspect_repl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ class ScopeSnapshot {
234234
constructor(scope, properties) {
235235
Object.assign(this, scope);
236236
this.properties = new Map(properties.map((prop) => {
237-
// console.error(prop);
238237
const value = new RemoteObject(prop.value);
239238
return [prop.name, value];
240239
}));

0 commit comments

Comments
 (0)