We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8998ac commit 62dfbc8Copy full SHA for 62dfbc8
packages/jupyterlab-chat-extension/src/index.ts
@@ -603,7 +603,6 @@ const chatCommands: JupyterFrontEndPlugin<void> = {
603
commands.addCommand(CommandIDs.openChat, {
604
label: 'Open a chat',
605
execute: async args => {
606
- console.log('ARG', args);
607
const inSidePanel: boolean = (args.inSidePanel as boolean) ?? false;
608
const startup: boolean = (args.startup as boolean) ?? false;
609
let filepath: string | null = (args.filepath as string) ?? null;
0 commit comments