summaryrefslogtreecommitdiffhomepage
path: root/Gpg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Gpg.hs')
-rw-r--r--Gpg.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gpg.hs b/Gpg.hs
index 8d8df0b..b22836a 100644
--- a/Gpg.hs
+++ b/Gpg.hs
@@ -31,7 +31,6 @@ myPublicKey (MySessionKey _ epk) (GpgSign gpgsign) = do
gpgSign :: PublicKey -> IO (PerhapsSigned PublicKey)
gpgSign pk = do
- putStrLn "Using gpg to sign the debug-me session key."
-- Write it to a temp file because gpg sometimes is unhappy
-- about password prompting when stdin is not connected to
-- the console.