Remove all direct calls to console.log()
authorMike Taylor <mike@indexdata.com>
Tue, 4 Feb 2014 23:48:29 +0000 (23:48 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 4 Feb 2014 23:48:29 +0000 (23:48 +0000)
commitd6c0a0199bd472f995cfea4cf6ca6bc2db6d3f9d
treeb559d0bbf9118da8263614e09155fc7b8ee652a6
parent1d4322387693b6562f999d533e5176d987eba1e7
Remove all direct calls to console.log()
All calls are now wrapped in mkws.debug_function(), the jQuery
plugin's debug() inner function or the main log() inner
function, so that old versions of IE don't barf on it.
(We might argue that three debug-logging functions in mkws.js alone is
two too many. I won't disagree.)
tools/htdocs/mkws.js