From: Mike Taylor Date: Thu, 30 Jan 2014 15:49:57 +0000 (+0000) Subject: Remove extraneous logging. X-Git-Tag: 1.0.0~1564^2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=c8d7a38bbdb2874e3f7a0ff4ec8c7f21727abee6;hp=8455cc39538aeafe0191a15ec3b670d3fbbdd912;p=mkws-moved-to-github.git Remove extraneous logging. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 03cd18e..646f580 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -407,7 +407,6 @@ function team($, teamName) { { $('.mkwsSearchForm').each(function (i, obj) { var node = this; - debug("adding class 'foo' to node " + node); mkws.handle_node_with_team(node, function(tname) { $(node).submit(onFormSubmitEventHandler); });