From b8ebc78ec9932f17a071f60d3c070902b5598c7d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 17 Mar 2021 00:00:51 +0700 Subject: [PATCH] Remove leftover --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index b94ab33..e662321 100644 --- a/index.js +++ b/index.js @@ -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; }