We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daec326 commit 02df4c3Copy full SHA for 02df4c3
basex-core/src/main/java/org/basex/query/QueryInfo.java
@@ -66,7 +66,7 @@ void compInfo(final String string, final Object... ext) {
66
String info = Util.info(string, ext);
67
if(runtime) {
68
info = "RUNTIME: " + info;
69
- Util.stack(info);
+ //Util.stack(info);
70
}
71
if(verbose) compile.add(info);
72
0 commit comments