simdb
simdb copied to clipboard
Disable Printf Statements
Hey Sony Arouje , simdb/db/simd.go - Line 178,179 , there are two Print statements that dump the compete JSON content and keep printing to console in every query. Is it possible to disable them in the original source. fmt.Println("calling rawarray") fmt.Printf("%#v\n", d.jsonContent)
Removed the printf and committed the changes.