Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit da593ec

Browse files
author
Jonathan Spruance (Insight Global)
committed
Remove commented code
1 parent 0230231 commit da593ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/chatdown/src/commands/chatdown.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ export default class Chatdown extends Command {
3737
})
3838
}
3939

40-
// let outputDir = (flags.out) ? flags.out.trim() : './'
41-
// if (outputDir.substr(0, 2) === './') {
42-
// outputDir = path.resolve(process.cwd(), outputDir.substr(2))
43-
// }
4440
let outputDir = flags.out ? path.resolve(flags.out) : path.resolve(process.cwd())
4541

4642
if (inputIsDirectory) {

0 commit comments

Comments
 (0)