remove debug print

This commit is contained in:
Joey Hess 2013-02-23 14:34:02 -04:00
parent e3df7ae212
commit afb21353c8

View file

@ -141,7 +141,6 @@ sameFileStatus key status = do
(Just o, Just c) -> compareInodeCaches o c (Just o, Just c) -> compareInodeCaches o c
(Nothing, Nothing) -> return True (Nothing, Nothing) -> return True
_ -> return False _ -> return False
liftIO $ print ("sameFileStatus", old, curr, r)
return r return r
{- If the inodes have changed, only the size and mtime are compared. -} {- If the inodes have changed, only the size and mtime are compared. -}