summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Content/Direct.hs1
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. -}