From ab574feb2c4aa12528006822f2d7878eb48cac8d Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 19 Jun 2013 04:09:45 +0200 Subject: jsaccess: remove extra debug --- jsaccess/jstore.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jsaccess/jstore.sh b/jsaccess/jstore.sh index 2492748..6f270c4 100755 --- a/jsaccess/jstore.sh +++ b/jsaccess/jstore.sh @@ -221,7 +221,6 @@ action_rm() { fi crypt=`echo $index_entry |awk '{ print $(NF) }'` [ $crypt = "(nocrypt)" ] && do_crypt=0 || do_crypt=1 - echo "XXX do_crypt=$do_crypt ($crypt)" _file_rm $clear_name $do_crypt _index_decrypt sed -i /"^$clear_name .*$"/d $tmp -- cgit v1.2.3-59-g8ed1b