Skip to content

Commit b1b90ca

Browse files
fix: remove unnecessary console call (#1148)
1 parent 35dee96 commit b1b90ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/postcss-url-parser.js

-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,5 @@ export default postcss.plugin(pluginName, (options) => async (css, result) => {
231231
decl.value = parsed.toString();
232232
}
233233

234-
console.timeEnd('URL');
235-
236234
return Promise.resolve();
237235
});

0 commit comments

Comments
 (0)