Commit 8ac98351 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[flow] remove printDebug which is verbose

parent 90131b53
Pipeline #3480 failed with stage
in 72 minutes and 39 seconds
...@@ -37,7 +37,7 @@ insertDocNgrams :: ListId ...@@ -37,7 +37,7 @@ insertDocNgrams :: ListId
-> HashMap (Indexed NgramsId Ngrams) (Map NgramsType (Map DocId (Int, TermsCount))) -> HashMap (Indexed NgramsId Ngrams) (Map NgramsType (Map DocId (Int, TermsCount)))
-> Cmd err Int -> Cmd err Int
insertDocNgrams lId m = do insertDocNgrams lId m = do
printDebug "[insertDocNgrams] ns" ns --printDebug "[insertDocNgrams] ns" ns
insertContextNodeNgrams ns insertContextNodeNgrams ns
where where
ns = [ ContextNodeNgrams docId lId (ng^.index) ns = [ ContextNodeNgrams docId lId (ng^.index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment