Skip to content

Commit

Permalink
fix: remove unnecessary console call (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jul 30, 2020
1 parent 35dee96 commit b1b90ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/postcss-url-parser.js
Expand Up @@ -231,7 +231,5 @@ export default postcss.plugin(pluginName, (options) => async (css, result) => {
decl.value = parsed.toString();
}

console.timeEnd('URL');

return Promise.resolve();
});

0 comments on commit b1b90ca

Please sign in to comment.