Skip to content

Commit f7306ca

Browse files
committed
Remove unused helper
1 parent 85ba5b6 commit f7306ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/clean.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const assetsDirectory = argument(`assets`, () => `${dirname(manifestPath)}/asset
3737
* Helpers.
3838
*/
3939
const info = quiet ? (() => undefined) : console.log
40-
const error = quiet ? (() => undefined) : console.error
4140

4241
/*
4342
* Clean.

0 commit comments

Comments
 (0)