diff --git a/app/App/Commands/Count.hs b/app/App/Commands/Count.hs
--- a/app/App/Commands/Count.hs
+++ b/app/App/Commands/Count.hs
@@ -59,11 +59,8 @@
 
       return $ GenericCursor jsonBs (makeCsPoppy jsonIb) (RM.mkRangeMin (makeCsPoppy jsonBp)) 1
     Nothing -> do
-      IO.putStrLn "Running"
       let !ibip = JCF.simdToIbBp jsonBs
-      let !_ = A1.makeCsPoppyIndex (IBBP.ib ibip)
       let !c    = JCF.fromBsIbBp jsonBs ibip
-      IO.putStrLn "Created cursor"
       return c
 
   let q = MQuery (DL.fromList $ fmap lightJsonAt (siblings cursor))
diff --git a/hw-json.cabal b/hw-json.cabal
--- a/hw-json.cabal
+++ b/hw-json.cabal
@@ -1,7 +1,7 @@
 cabal-version:  2.2
 
 name:           hw-json
-version:        1.3.0.0
+version:        1.3.0.1
 synopsis:       Memory efficient JSON parser
 description:    Memory efficient JSON parser. Please see README.md
 category:       Data
