console.log debug line commented out
This commit is contained in:
parent
10d5c4617d
commit
bbecf14587
1 changed files with 1 additions and 1 deletions
|
|
@ -951,7 +951,7 @@ function addContextMenu(menu_id) {
|
|||
icons: contextMenuIconsPath[menu_id],
|
||||
});
|
||||
taLog.log("Context menu added: " + menu_id);
|
||||
console.log(">>>>>>> contextMenuIconsPath[menu_id]: " + contextMenuIconsPath[menu_id]);
|
||||
// console.log(">>>>>>> contextMenuIconsPath[menu_id]: " + contextMenuIconsPath[menu_id]);
|
||||
}
|
||||
|
||||
function removeContextMenu(menu_id) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue