projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8455cc3
)
Remove extraneous logging.
author
Mike Taylor
<mike@indexdata.com>
Thu, 30 Jan 2014 15:49:57 +0000
(15:49 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 30 Jan 2014 15:49:57 +0000
(15:49 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
03cd18e
..
646f580
100644
(file)
--- 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);
});