brisk-spush TODO updated
[brisk.git] / web / xynt-http-streaming-ifra.js
index 7623e27..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));