We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 385d9c8 + 61735ab commit 99c1b30Copy full SHA for 99c1b30
app/App/Commands/Count.hs
@@ -59,11 +59,8 @@ runCount opts = do
59
60
return $ GenericCursor jsonBs (makeCsPoppy jsonIb) (RM.mkRangeMin (makeCsPoppy jsonBp)) 1
61
Nothing -> do
62
- IO.putStrLn "Running"
63
let !ibip = JCF.simdToIbBp jsonBs
64
- let !_ = A1.makeCsPoppyIndex (IBBP.ib ibip)
65
let !c = JCF.fromBsIbBp jsonBs ibip
66
- IO.putStrLn "Created cursor"
67
return c
68
69
let q = MQuery (DL.fromList $ fmap lightJsonAt (siblings cursor))
0 commit comments