From 6c05f5707c5789ef34f828dbc0d1d52f2bd2abb0 Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Sun, 5 Jul 2020 16:56:19 -0700 Subject: [PATCH] remove commented code --- myexif.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/myexif.js b/myexif.js index 4e45d30..11bd39a 100755 --- a/myexif.js +++ b/myexif.js @@ -46,10 +46,6 @@ program count = organize({ filenames, dryRun, dest }) console.log(`${count} files updated.`) - - // console.log('dir', dir) - // console.log('dest', dest) - // console.log('dryRun', dryRun) }) program