Skip to content

Commit b8ebc78

Browse files
committed
Remove leftover
1 parent 5faec9e commit b8ebc78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const isSvg = input => {
1313
}
1414

1515
// Has to be `!==` as it can also return an object with error info.
16-
console.log('a', parser.validate(input));
1716
if (parser.validate(input) !== true) {
1817
return false;
1918
}

0 commit comments

Comments
 (0)