Skip to content

Commit 9c395f3

Browse files
committed
remove unecessary comment
1 parent 8fd9b62 commit 9c395f3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/cli/main.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ import singleFeatureProcess from './single-feature.js'
1111
import multiFeatureProcess from './multi-feature.js'
1212

1313

14-
/**
15-
* TODO:
16-
*
17-
* - Just complete the program flow based on some print below [2/7]
18-
*/
1914

2015

2116
// Simplify std out from `console.log` into `print`
@@ -97,8 +92,6 @@ async function showGuide() {
9792

9893

9994

100-
101-
10295
async function runDemo() {
10396
let files
10497
try {
@@ -170,6 +163,8 @@ async function dataIdentification(data) {
170163
'2. Multi feature'
171164
]
172165
})
166+
167+
console.clear()
173168

174169
switch (answers) {
175170
case '1. Single feature':

0 commit comments

Comments
 (0)