[gen_cue] Fixed accidental debug code

This commit is contained in:
ayakael 2018-05-18 23:13:07 -07:00
parent fd97165a94
commit 07df84dc56
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -36,7 +36,6 @@ gen_cue() {
# Generates breaklist
local fileList=($(find "${TARGET_DIR}" -name '*.flac' -not -name joined.flac -printf '%p\n'| sort))
echo ${fileList[@]}
local breakList=($(print_cue_breaklist ${fileList[@]}))
[[ ! -z "${dateList}" ]] && echo "REM DATE ${dateList}"