summaryrefslogtreecommitdiff
path: root/src-inotify
diff options
context:
space:
mode:
Diffstat (limited to 'src-inotify')
-rw-r--r--src-inotify/Hakyll/Web/Preview/Poll.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-inotify/Hakyll/Web/Preview/Poll.hs b/src-inotify/Hakyll/Web/Preview/Poll.hs
index 69370ac..686f045 100644
--- a/src-inotify/Hakyll/Web/Preview/Poll.hs
+++ b/src-inotify/Hakyll/Web/Preview/Poll.hs
@@ -45,7 +45,6 @@ previewPoll _ resources callback = do
-- Add a watcher for every directory
forM_ directories $ \directory -> do
- putStrLn $ "Adding watch for " ++ directory
_ <- addWatch inotify [Modify] directory $ \e -> case e of
(Modified _ (Just p)) -> ifResource $ directory </> p
_ -> return ()