From 656a74baf7a04e0e466683b8037b27dffb28a317 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Feb 2014 16:18:19 +0000 Subject: [PATCH] Remove outdated comments. --- tools/htdocs/mkws.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index df00102..0a29003 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -171,12 +171,6 @@ function team($, teamName) { var m_paz; // will be initialised below - // if (console && console.log) // disabled, will fail in IE8 - // console.log("run team(" + (teamName ? teamName : "") + ")"); - - - // Needs to be defined inside team() so it can see m_debug_time - // ### member access won't work: there is only one instance of this function mkws.debug_function = function (string) { if (!mkws.debug_level) return; -- 1.7.10.4