summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rofi_pass.sh2
1 files changed, 0 insertions, 2 deletions
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