diff --git a/gipeda.cabal b/gipeda.cabal
--- a/gipeda.cabal
+++ b/gipeda.cabal
@@ -1,5 +1,5 @@
 name:                gipeda
-version:             0.3.2
+version:             0.3.2.1
 category:            Development
 synopsis:            Git Performance Dashboard
 description:
diff --git a/src/Shake.hs b/src/Shake.hs
--- a/src/Shake.hs
+++ b/src/Shake.hs
@@ -64,7 +64,6 @@
 
 findPred, findPredOrSelf :: LogSource -> ParentMap -> Hash -> Action (Maybe Hash)
 findPredOrSelf logSource m h = do
-    liftIO $ putStrLn $ "Testing log of " ++ show h
     ex <- doesLogExist logSource h
     if ex then return (Just h)
           else findPred logSource m h
