first semi-working version of test-div-coord.html page
[xynt.git] / xynt-console.js
index b0cb0ff..573e1f3 100644 (file)
@@ -50,7 +50,6 @@ xynt_console.prototype = {
     dump_obj: function(s, ind) {
         var sind = "";
 
-        alert(ind);
         sind = "<span style=\"background-color:#f0f0f0;\">";
         for (i = 0 ; i < ind ; i++) {
             sind += "&nbsp;";