Skip to content

Commit

Permalink
Removed console message.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomorphic committed Aug 31, 2015
1 parent 48464d8 commit 9a89e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/components/RepoDAG.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ var RepoDAG = React.createClass({

downloadSVGHandler: function(event) {
this.fitDAG();
console.log('downloading the SVG');
var e = document.createElement('script');
e.setAttribute('src', "/js/vendor/svg-crowbar.js");
e.setAttribute('class', 'svg-crowbar');
Expand Down

0 comments on commit 9a89e75

Please sign in to comment.