removed debug output

This commit is contained in:
Ulf Gebhardt 2019-05-29 20:04:03 +02:00
parent 271af7dde2
commit 355205028f
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -41,7 +41,6 @@ function import_collection () {
# add file to array and file
IMPORT_INDEX+=("${CHUNK_FILE_NAME}")
echo "${CHUNK_FILE_NAME}" >> ${INDEX_FILE}
echo "${IMPORT_INDEX[*]}"
else
echo "Skipping $1 ${CHUNK_FILE_NAME} (${chunk})"
fi