Skip to content

Commit 534fb2c

Browse files
authored
fix: clean up the console log in example (#409)
1 parent 8b3f446 commit 534fb2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,6 @@ here to see if it gets cut off properly as expected, with an ellipsis through cs
13291329
commands.push(contextItem);
13301330
}
13311331
}
1332-
console.log(commands)
13331332
mynahUI.addCustomContextToPrompt(tabId, commands, insertPosition);
13341333
},
13351334
onInBodyButtonClicked: (tabId: string, messageId: string, action) => {

0 commit comments

Comments
 (0)