diff options
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/Watcher.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs index 2c124776d..57719473f 100644 --- a/Assistant/Threads/Watcher.hs +++ b/Assistant/Threads/Watcher.hs @@ -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 |