Skip to content

Commit 9cfc438

Browse files
committed
refactor: remove console log statement
1 parent 043b3c9 commit 9cfc438

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.suite-cli/cli/scripts/commands/scaffoldNewService.cmd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ const { scaffoldNewService, logError } = require('../scripts.module')
33

44
module.exports = async ({ answers }) => {
55
try {
6-
console.log({answers})
7-
86
await scaffoldNewService({ answers });
97
} catch (error) {
108
logError({ error })

0 commit comments

Comments
 (0)