feat: added limit and timestamp to the trace query builder

This commit is contained in:
eKuG 2025-08-28 17:07:37 +05:30
parent 3f66c20316
commit dce7ded49b

View File

@ -467,7 +467,6 @@ func (b *traceQueryStatementBuilder) buildTraceQuery(
stmt.WarningsDocURL = preparedWhereClause.WarningsDocURL
}
b.logger.Info(stmt.Query)
return stmt, nil
}