diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-25 00:02:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-25 00:02:39 -0400 |
commit | f36eb3efd41c1a35fcbba8fcee2707826c4716a8 (patch) | |
tree | 00ca2d74258df74907c7d4abe7a7680a1b0aadae /Assistant/Threads | |
parent | de99b5f96633c6e46fe290dd327417436d86a340 (diff) |
remove debug print
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 |