aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gpg-mounter1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gpg-mounter b/bin/gpg-mounter
index a7f0ba2..89fc97f 100755
--- a/bin/gpg-mounter
+++ b/bin/gpg-mounter
@@ -21,7 +21,6 @@ decrypted_dir=${HOME}/.gnupg
if [ -n "${GNUPGHOME}" ]
then
decrypted_dir=${GNUPGHOME}
- echo "ABC"$decrypted_dir
fi
mounted=`mount | grep ${decrypted_dir}`