remove stray console logging
This commit is contained in:
parent
8679e1cb08
commit
90dcf8437b
1 changed files with 0 additions and 1 deletions
|
|
@ -995,7 +995,6 @@ function addContextMenuItems() {
|
|||
|
||||
// Add Context menu: Summarize
|
||||
if(prefs_init.summarize && prefs_init.summarize_context_menu && checkAPIIntegration(prefs_init.connection_type && prefs_init.summarize_use_specific_integration, prefs_init.summarize_connection_type)) {
|
||||
console.log("adding summarize to context menu")
|
||||
addContextMenu(contextMenuID_Summarize);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue