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)
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.)


No differences found