[gen_cue] Fixed accidental debug code
This commit is contained in:
parent
fd97165a94
commit
07df84dc56
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ gen_cue() {
|
||||||
|
|
||||||
# Generates breaklist
|
# Generates breaklist
|
||||||
local fileList=($(find "${TARGET_DIR}" -name '*.flac' -not -name joined.flac -printf '%p\n'| sort))
|
local fileList=($(find "${TARGET_DIR}" -name '*.flac' -not -name joined.flac -printf '%p\n'| sort))
|
||||||
echo ${fileList[@]}
|
|
||||||
local breakList=($(print_cue_breaklist ${fileList[@]}))
|
local breakList=($(print_cue_breaklist ${fileList[@]}))
|
||||||
|
|
||||||
[[ ! -z "${dateList}" ]] && echo "REM DATE ${dateList}"
|
[[ ! -z "${dateList}" ]] && echo "REM DATE ${dateList}"
|
||||||
|
|
Loading…
Reference in a new issue