X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming-ifra.js;h=d037f10e0c47ebf3cf706f712ffd4d39523bbe3a;hb=43cab39ea58529cd2442c28f4157bb7efc97856f;hp=a0bc1f05e4c3eb6f792112c57b723687c60fdebf;hpb=34ccc0593731592021bee6ab1661f8eb5ab5b1a4;p=brisk.git diff --git a/web/xynt-http-streaming-ifra.js b/web/xynt-http-streaming-ifra.js index a0bc1f0..d037f10 100644 --- a/web/xynt-http-streaming-ifra.js +++ b/web/xynt-http-streaming-ifra.js @@ -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 {