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 04982b7 commit 1b8fe1cCopy full SHA for 1b8fe1c
packages/jupyterlab-chat-extension/src/index.ts
@@ -565,7 +565,6 @@ const chatCommands: JupyterFrontEndPlugin<void> = {
565
commands.addCommand(CommandIDs.openChat, {
566
label: 'Open a chat',
567
execute: async args => {
568
- console.log('ARG', args);
569
const inSidePanel: boolean = (args.inSidePanel as boolean) ?? false;
570
const startup: boolean = (args.startup as boolean) ?? false;
571
let filepath: string | null = (args.filepath as string) ?? null;
0 commit comments