Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-02 13:40:17 +02:00 committed by GitHub
parent bb13ba30bc
commit d79bd0b880
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ class ServerFolders {
if (change.addedNodes) {
change.addedNodes.forEach((node) => {
if (node.nodeType == 1 && node.className.includes("context-menu")) {
console.log(node);
this.onContextMenu(node);
}
});