No debug in prod

This commit is contained in:
Jeroen De Meerleer 2020-02-11 20:07:57 +01:00
parent 535a75b04d
commit 623e83a46d
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ CreateFileList() {
echo ${3}/$origfile >> /tmp/music-sync-filelist
VerboseOutput 0 "${origfile} is newer in source"
VerboseOutput 2 "Added: ${3}/${origfile}"
echo "${1}/$origfile newer then ${2}/$mp3file" >> /tmp/poot.txt
fi
if [[ "${1}/$origfile" == *".m3u" ]]; then
VerboseOutput 0 "${origfile} is playlist"