Skip to content

Commit

Permalink
remove redundent log
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev committed May 31, 2024
1 parent 61f8e58 commit 924ab27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/jsmind.draggable-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class DraggableNode {
var jview = this.jm.view;
var el = this.find_node_element(e.target);
if (!el) {
console.log('throw away');
return;
}
if (this.view_draggable) {
Expand Down

0 comments on commit 924ab27

Please sign in to comment.