brisk-spush TODO updated
[brisk.git] / web / xynt-http-streaming-ifra.js
index a0bc1f0..d037f10 100644 (file)
@@ -6,6 +6,7 @@ var script_clean = -1;
 function push(s) {
     var i;
 
+    // window.parent.console.log('push('+s+');');
     for (i = last_clean ; i < script_clean ; i++) {
         if (typeof($('hs'+i)) != 'undefined' && $('hs'+i) != null) {
             document.body.removeChild($('hs'+i));
@@ -31,7 +32,7 @@ function push(s) {
     if (s != null) {
         ctx_new = ctx_new + "@BEGIN@" + s + "@END@";
         // FIXME: remove this barbarian log
-        window.parent.console.log("ifra: CTX_NEW: ["+ctx_new+"]");
+        // window.parent.console.log("ifra: CTX_NEW: ["+ctx_new+"]");
         
     }
     else {