Skip to content

Commit 1b8fe1c

Browse files
committed
Remove leftover log
1 parent 04982b7 commit 1b8fe1c

File tree

1 file changed

+0
-1
lines changed
  • packages/jupyterlab-chat-extension/src

1 file changed

+0
-1
lines changed

packages/jupyterlab-chat-extension/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ const chatCommands: JupyterFrontEndPlugin<void> = {
565565
commands.addCommand(CommandIDs.openChat, {
566566
label: 'Open a chat',
567567
execute: async args => {
568-
console.log('ARG', args);
569568
const inSidePanel: boolean = (args.inSidePanel as boolean) ?? false;
570569
const startup: boolean = (args.startup as boolean) ?? false;
571570
let filepath: string | null = (args.filepath as string) ?? null;

0 commit comments

Comments
 (0)