From a435a524323e0983a84a8da50aaceb13d90b509c Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 19 May 2020 23:47:04 +0200 Subject: removed debug print in rofi_pass --- scripts/rofi_pass.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/rofi_pass.sh') diff --git a/scripts/rofi_pass.sh b/scripts/rofi_pass.sh index 5382670..de2b04a 100755 --- a/scripts/rofi_pass.sh +++ b/scripts/rofi_pass.sh @@ -10,8 +10,6 @@ prefix=${PASSWORD_STORE_DIR:-~/.password-store} -echo "1: $1" >> ~/ROFI - password=$1 if [ -z $password ]; then shopt -s nullglob globstar -- cgit v1.2.3