Skip to content

Commit

Permalink
Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
christabor committed Jul 20, 2017
1 parent a574c31 commit 56d114a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask_jsondash/static/js/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jsondash.handlers.handleCytoscape = function(container, config) {
},
};
var spec = $.extend(cyspec, override);
console.log(spec);
var cy = cytoscape(spec);
// Look for callbacks potentially registered for third party code.
jsondash.api.runCallbacks(container, config);
Expand Down

0 comments on commit 56d114a

Please sign in to comment.