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
-> HashMap (Indexed NgramsId Ngrams) (Map NgramsType (Map DocId (Int, TermsCount)))
-> Cmd err Int
insertDocNgrams lId m = do
printDebug "[insertDocNgrams] ns" ns
-- printDebug "[insertDocNgrams] ns" ns
insertContextNodeNgrams ns
where
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