Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit c118979

Browse files
committed
Removes console.error
1 parent 72d68a3 commit c118979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/list-templates.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const listTemplates = async function() {
1717
)
1818
);
1919
} catch (err) {
20-
console.error(err);
2120
spinner.fail('Could not retrieve templates');
2221
process.exitCode = 1;
2322
return;

0 commit comments

Comments
 (0)