aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-23 14:34:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-23 14:34:02 -0400
commitc23b88c3425bacca8148f95dd438083d027d3161 (patch)
tree259ce18416c761ed2b0251842717ab3cdd1dd901 /Annex/Content
parent8669e210abbceb6d77a25126c560d7cdba64cc76 (diff)
remove debug print
Diffstat (limited to 'Annex/Content')
-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. -}