Remove debugging echo

This commit is contained in:
Raman Gupta 2022-01-15 23:13:54 -05:00
parent c892202597
commit a29e17962a

2
scan
View File

@ -285,8 +285,6 @@ export SKIP_EMPTY_PAGES
export WHITE_THRESHOLD
export BRIGHTNESS_CONTRAST
echo "DEVICE=[$DEVICE]"
if [[ $VERBOSE == 1 ]]; then
LOCKFILE=$(mktemp)
trap "cleanup; rm -rf $LOCKFILE" EXIT