cleanup debug print

This commit is contained in:
Joey Hess 2013-03-28 14:18:26 -04:00
parent 04f02e9f33
commit 75a1c2f91a

View file

@ -307,7 +307,6 @@ prepSendAnnex key = withObjectLoc key indirect direct
direct [] = return Nothing
direct (f:fs) = do
cache <- recordedInodeCache key
liftIO $ print ("prepSendAnnex pre cache", cache)
-- check that we have a good file
ifM (sameInodeCache f cache)
( return $ Just (f, sameInodeCache f cache)