aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-18 19:48:19 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:09 -0400
commit50300ee008aa7fb5c12075ad34268a32a2af7091 (patch)
tree1a81087cbcf414235938801b2a14bc121260ac0b
parentAdded .pythonrc.py (diff)
Remove debugging line from gpg-mounter
-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}`