Skip to content

Commit 26f7df1

Browse files
committed
delete an excessive log message
1 parent 0bf7e80 commit 26f7df1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/packages/jupyter/kernel/kernel.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,7 @@ export class JupyterKernel
725725
dbg("queue is empty");
726726
return;
727727
}
728-
dbg(
729-
`queue has ${n} items; ensure kernel running`,
730-
this._execute_code_queue,
731-
);
728+
dbg(`queue has ${n} items; ensure kernel running`);
732729
try {
733730
await this.ensure_running();
734731
await this._execute_code_queue[0].go();

0 commit comments

Comments
 (0)