Skip to content

Commit 62dfbc8

Browse files
committed
Remove leftover log
1 parent b8998ac commit 62dfbc8

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
@@ -603,7 +603,6 @@ const chatCommands: JupyterFrontEndPlugin<void> = {
603603
commands.addCommand(CommandIDs.openChat, {
604604
label: 'Open a chat',
605605
execute: async args => {
606-
console.log('ARG', args);
607606
const inSidePanel: boolean = (args.inSidePanel as boolean) ?? false;
608607
const startup: boolean = (args.startup as boolean) ?? false;
609608
let filepath: string | null = (args.filepath as string) ?? null;

0 commit comments

Comments
 (0)