X Tutup
Skip to content

Commit 6572049

Browse files
author
sebastigurin
committed
1 parent f371e68 commit 6572049

File tree

1 file changed

+1
-1
lines changed
  • incubator/net.sf.j2s.ui.cmdline/src/net/sf/j2s/ui/cmdline

1 file changed

+1
-1
lines changed

incubator/net.sf.j2s.ui.cmdline/src/net/sf/j2s/ui/cmdline/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static void exit(int status) {
144144
}
145145

146146
//debug utilities
147-
public static boolean debug=true;
147+
public static boolean debug=false;
148148

149149
public static void debug(String msg) {
150150
if(debug)

0 commit comments

Comments
 (0)
X Tutup