Skip to content

Commit f9b62e0

Browse files
author
Elliot Blackburn
committed
Remove debug code
1 parent dba70a9 commit f9b62e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ function processSrc(src, options) {
4949
}
5050

5151
// We need to convert it
52-
console.log(src);
53-
console.log(options);
5452
const resolvedSrc = path.resolve(options.assetDir, src);
5553
return fileUrl(resolvedSrc);
5654
}

0 commit comments

Comments
 (0)