From a29e17962a84b28e168cff89f027f4122befaf4a Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Sat, 15 Jan 2022 23:13:54 -0500 Subject: [PATCH] Remove debugging echo --- scan | 2 -- 1 file changed, 2 deletions(-) diff --git a/scan b/scan index 63ce987..af8f0f8 100755 --- a/scan +++ b/scan @@ -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