Remove log

This commit is contained in:
fayzal-g 2023-01-16 17:47:03 +00:00
parent 026fcb2f86
commit e320585436

View file

@ -709,7 +709,6 @@ func (ng *Engine) execEvalStmt(ctx context.Context, query *query, s *parser.Eval
evalSpanTimer.Finish()
if err != nil {
fmt.Println("Failing Query: ", query.q)
return nil, warnings, err
}