From afb21353c8b5154e602649ef4758fd5382ee55d2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Feb 2013 14:34:02 -0400 Subject: [PATCH] remove debug print --- Annex/Content/Direct.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index ef4704633e..b0d549fc69 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. -}