summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kiki.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index f1568aa..b711e97 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -345,7 +345,6 @@ show_torhash pubkey _ = do
345 345
346show_cert keyspec wkgrip db = do 346show_cert keyspec wkgrip db = do
347 let s = parseSpec wkgrip keyspec 347 let s = parseSpec wkgrip keyspec
348 putStrLn $ "parsed spec: "++show s
349 case selectPublicKeyAndSigs s db of 348 case selectPublicKeyAndSigs s db of
350 [] -> void $ warn (keyspec ++ ": not found") 349 [] -> void $ warn (keyspec ++ ": not found")
351 [(k,sigs)] -> do 350 [(k,sigs)] -> do