remove debug print

This commit is contained in:
Joey Hess 2013-05-25 00:02:39 -04:00
parent 2b14fe2c98
commit ed4febb170

View file

@ -226,7 +226,6 @@ onAddDirect symlinkssupported matcher file fs = do
| symlinkssupported = a
| otherwise = do
linktarget <- liftAnnex $ getAnnexLinkTarget file
liftIO $ print (file, linktarget)
case linktarget of
Nothing -> a
Just lt -> do