summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Content.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 91ffe7a48..e9d5b6854 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -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)