commit 6ab9ade1f90ce0277c840394b0f2cef361900ed9
parent 0ac91a29082d47026e92644b6bfb23dc92e6f2a0
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 27 May 2021 23:07:53 -0400
Remove debugging statement from screenshot script
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/.local/bin/screenshot b/.local/bin/screenshot
@@ -15,8 +15,6 @@ Both"
flags="-u"
-set -x
-
target=$(echo "$targets" | dmenu -i -l 20 -p 'Take screenshot of:' "$@") || exit 1
saveto=$(echo "$destinations" | dmenu -i -l 20 -p 'Save to:' "$@" ) || exit 1