script to detect active console.log calls and mods to avoid false positives
[brisk.git] / web / xynt-streaming.js
index 11f4f22..79159be 100644 (file)
@@ -730,7 +730,7 @@ xynt_streaming.prototype = {
 
     log: function (s) {
         if (this.console != null) {
-            return (this.console.log(s));
+            return (this.console.log(s)); // OK
         }
     }
 }