Normand Briere
2019-08-16 64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
Grafreed.java
....@@ -676,7 +676,8 @@
676676
677677 public static void main(String argv[])
678678 {
679
- String osArch = System.getProperty("os.arch");
679
+ String osArch = System.getProperty("os.arch");
680
+ if (Globals.DEBUG)
680681 System.out.println("os.arch = " + osArch);
681682
682683 if (argv.length == 0)