You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: