diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-16 16:07:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-16 16:07:28 -0400 |
commit | 8ad3fd26570e8d6a8066f35353b535e4af81b7ff (patch) | |
tree | 6f5fcb7a0336fb126bd8cd98d26e496fd1904e07 /Content.hs | |
parent | 49da5d1a7b6d86b6795399322ce7ff6be921855f (diff) |
remove debugging
Diffstat (limited to 'Content.hs')
-rw-r--r-- | Content.hs | 1 |
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 |