disable logging with console object, will fail in IE8
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 13:51:09 +0000 (13:51 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 13:51:09 +0000 (13:51 +0000)
see f90cc5c1eed67a2c29f20025e9b3ed7113fe8468

tools/htdocs/mkws.js

index 9f17d0b..04977cd 100644 (file)
@@ -70,8 +70,8 @@ if (mkws_config == null || typeof mkws_config != 'object') {
 
 // wrapper for jQuery lib
 function _make_mkws_team($, teamName) {
-    if (console && console.log)
-       console.log("run _make_mkws_team(" + (teamName ? teamName : "") + ")");
+    // if (console && console.log) // disabled, will fail in IE8
+    // console.log("run _make_mkws_team(" + (teamName ? teamName : "") + ")");
 
     // call this function only once
     if (mkws.init) {