diff --git a/fileneglect.cabal b/fileneglect.cabal
--- a/fileneglect.cabal
+++ b/fileneglect.cabal
@@ -1,5 +1,5 @@
 Name:                   fileneglect
-Version:                0.0.0
+Version:                0.0.0.1
 Author:                 Athan Clark <athan.clark@gmail.com>
 Maintainer:             Athan Clark <athan.clark@gmail.com>
 License:                BSD3
diff --git a/src/System/IDontNotify.hs b/src/System/IDontNotify.hs
--- a/src/System/IDontNotify.hs
+++ b/src/System/IDontNotify.hs
@@ -34,7 +34,6 @@
     e' <- atomically $ do
       modifyTVar expectation (+1)
       readTVar expectation
-    print e
     threadDelay time
     e'' <- readTVarIO expectation
     when (e' == e'') $
