Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 16, 2021
1 parent 5faec9e commit b8ebc78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -13,7 +13,6 @@ const isSvg = input => {
}

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

0 comments on commit b8ebc78

Please sign in to comment.