diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-23 14:34:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-23 14:34:02 -0400 |
commit | c23b88c3425bacca8148f95dd438083d027d3161 (patch) | |
tree | 259ce18416c761ed2b0251842717ab3cdd1dd901 /Annex | |
parent | 8669e210abbceb6d77a25126c560d7cdba64cc76 (diff) |
remove debug print
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Content/Direct.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index ef4704633..b0d549fc6 100644 --- a/Annex/Content/Direct.hs +++ b/Annex/Content/Direct.hs @@ -141,7 +141,6 @@ sameFileStatus key status = do (Just o, Just c) -> compareInodeCaches o c (Nothing, Nothing) -> return True _ -> return False - liftIO $ print ("sameFileStatus", old, curr, r) return r {- If the inodes have changed, only the size and mtime are compared. -} |