summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Content.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Content.hs b/Content.hs
index a59484b5a..4bd8265c2 100644
--- a/Content.hs
+++ b/Content.hs
@@ -171,7 +171,6 @@ getKeysPresent' dir = do
present d = do
result <- try $
getFileStatus $ d </> takeFileName d
- liftIO $ putStrLn $ "trying " ++ (d </> takeFileName d)
case result of
Right s -> return $ isRegularFile s
Left _ -> return False