Jmol/SwingJS update. Includes new transpiler and runtime
[jalview.git] / srcjar / javajs / util / DebugJS.java
index ab22558..33a2258 100644 (file)
@@ -7,22 +7,22 @@ package javajs.util;
 
 public class DebugJS {
 
-       /**
-        * Insert a JavaScript debug statement
-        * 
-        */
-                public static void _(String msg) {
-               /**
-                * @j2sNative
-                * 
-                * if (Clazz._debugging) {
-                * 
-                * debugger;
-                * 
-                * }
-                * 
-                */
-               {}
-       }
+//     /**
+//      * Insert a JavaScript debug statement
+//      * 
+//      */
+//              public static void _(String msg) {
+//             /**
+//              * xxxxj2sNative
+//              * 
+//              * if (Clazz._debugging) {
+//              * 
+//              * debugger;
+//              * 
+//              * }
+//              * 
+//              */
+//             {}
+//     }
 
 }