Skip to content

Commit 69e44d3

Browse files
committed
test correct
1 parent 5cb3fd3 commit 69e44d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/tsgen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ function createOutputPath(outputFile: string) {
1111
sanitizePath(process.cwd()),
1212
sanitizePath(outputFile),
1313
)
14-
console.log(outputPath,"Output Path is showed");
15-
console.log("Output File", outputFile)
1614
const dirName = path.dirname(outputPath)
1715

1816
fs.mkdirSync(dirName, {recursive: true})

0 commit comments

Comments
 (0)