Skip to content

Commit aff53d9

Browse files
fix: remove console
1 parent 31699da commit aff53d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prompts/body-maker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function transformerFactory(rules: Rules) {
4747
}
4848

4949
export function bodyMaker(questions: Question[], rules: Rules): Question[] {
50-
console.log(rules);
5150
const bodyQuestions: Question[] = [
5251
{
5352
type: 'input',

0 commit comments

Comments
 (0)