From c8d7a38bbdb2874e3f7a0ff4ec8c7f21727abee6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Jan 2014 15:49:57 +0000 Subject: [PATCH] Remove extraneous logging. --- tools/htdocs/mkws.js | 1 - 1 file changed, 1 deletion(-) 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); }); -- 1.7.10.4