Skip to content

Commit 9c00fbd

Browse files
committed
feat: intergrate chii into playground
1 parent 761ffe7 commit 9c00fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/repl/src/lib/Output/ReplProxy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export default class ReplProxy {
8181
handler.resolve(cmd_data.args);
8282
}
8383
} else {
84-
debugger
8584
console.error('command not found', id, cmd_data, [...this.pending_cmds.keys()]);
8685
}
8786
}

0 commit comments

Comments
 (0)