Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
let's remove window.console.log ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Jul 10, 2012
1 parent e738f9d commit 856baf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slowparse.js
Expand Up @@ -1005,7 +1005,6 @@ var Slowparse = (function() {
// This is a helper function to determine whether a given string
// is a legal SVG element tag.
_knownSVGElement: function(tagName) {
window.console.log(tagName + " _knownSVGElement? (parsing svg: "+this.parsingSVG+")");
return this.svgElements.indexOf(tagName) > -1;
},
// This is a helper function to determine whether a given string
Expand Down

0 comments on commit 856baf4

Please sign in to comment.