From 9507a604daac5ae9a5ddd08d97abcdb20e6bfa2b Mon Sep 17 00:00:00 2001 From: snobu Date: Mon, 30 Mar 2020 10:28:52 +0300 Subject: [PATCH] Removed stale comment --- destreamer.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/destreamer.ts b/destreamer.ts index 4e3744f..1aa05a8 100644 --- a/destreamer.ts +++ b/destreamer.ts @@ -83,9 +83,6 @@ function sanityChecks() { process.cwd() + path.sep + argv.outputDirectory); fs.mkdirSync(argv.outputDirectory); } - - /* Removed check on the first argoumenti not being null or - longer than 10 since we use yargs now */ } async function rentVideoForLater(videoUrls: string[], username: string, outputDirectory: string) {