Skip to content

Commit 02df4c3

Browse files
[MIN] XQuery: suppress stack trace for runtime opts. (occurs too often)
1 parent daec326 commit 02df4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basex-core/src/main/java/org/basex/query/QueryInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void compInfo(final String string, final Object... ext) {
6666
String info = Util.info(string, ext);
6767
if(runtime) {
6868
info = "RUNTIME: " + info;
69-
Util.stack(info);
69+
//Util.stack(info);
7070
}
7171
if(verbose) compile.add(info);
7272
}

0 commit comments

Comments
 (0)