Skip to content

Commit

Permalink
Remove console.log causing spurious log output
Browse files Browse the repository at this point in the history
  • Loading branch information
adamski authored Sep 6, 2017
1 parent 331b78e commit 0350c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ class SvgUri extends Component{
for (let i = 0; i < node.childNodes.length; i++){
const isTextValue = node.childNodes[i].nodeValue
if (isTextValue) {
console.log(node)
arrayElements.push(node.childNodes[i].nodeValue)
} else {
const nodo = this.inspectNode(node.childNodes[i]);
Expand Down

0 comments on commit 0350c45

Please sign in to comment.