Skip to content

Commit

Permalink
Remove base directory name from logs, it's useless (because we know t…
Browse files Browse the repository at this point in the history
…he directory we used in command line argument and it's logged when starting) and now less verbose.
  • Loading branch information
gabooh committed Jul 30, 2019
1 parent 1e59210 commit fd56bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo-organize.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function processDirectory () {
directoryName + subdirectoryName + file)
}

console.log(`${directoryName + file} -> ${directoryName + subdirectoryName + file}`)
console.log(`${file} -> ${subdirectoryName + file}`)
count++
}

Expand Down

0 comments on commit fd56bdf

Please sign in to comment.