Commit f9dca095 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] removing debug message

parent f9f2456f
Pipeline #3476 canceled with stage
...@@ -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