Skip to content

Commit 99c1b30

Browse files
authored
Merge pull request #149 from haskell-works/remove-debugging
Remove debugging
2 parents 385d9c8 + 61735ab commit 99c1b30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/App/Commands/Count.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ runCount opts = do
5959

6060
return $ GenericCursor jsonBs (makeCsPoppy jsonIb) (RM.mkRangeMin (makeCsPoppy jsonBp)) 1
6161
Nothing -> do
62-
IO.putStrLn "Running"
6362
let !ibip = JCF.simdToIbBp jsonBs
64-
let !_ = A1.makeCsPoppyIndex (IBBP.ib ibip)
6563
let !c = JCF.fromBsIbBp jsonBs ibip
66-
IO.putStrLn "Created cursor"
6764
return c
6865

6966
let q = MQuery (DL.fromList $ fmap lightJsonAt (siblings cursor))

0 commit comments

Comments
 (0)