Skip to content

Commit

Permalink
remove console log from scopeChange method
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Nov 2, 2014
1 parent d3d5e78 commit 0d63dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom.jsPlumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
jsPlumb.extend(jsPlumbInstance.prototype, {

scopeChange:function(el, elId, endpoints, scope, types) {
console.log("scope change for ", elId, scope, types);

},

getDOMElement:function(el) {
Expand Down

0 comments on commit 0d63dad

Please sign in to comment.