Skip to content

Commit b20fe7e

Browse files
committed
Turn off autosplit debug output, colomon++
1 parent cd1ee20 commit b20fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/jvm/runtime/org/perl6/nqp/jast2bc/AutosplitMethodWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AutosplitMethodWriter extends MethodNode {
4444

4545
/** True to dump control flow analysis. */
4646
private static final boolean DEBUG_CONTROL = false;
47-
private static final boolean DEBUG_FRAGMENT = true;
47+
private static final boolean DEBUG_FRAGMENT = false;
4848
private static final boolean TYPE_TRACE = false;
4949

5050
/** The real instructions (not branches) in program order. Filled out by {@link getControlFlow()}. */

0 commit comments

Comments
 (0)