From 988a3f54ecf168100ee4f14bad3f02f72d58a19d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 21 Mar 2014 17:08:49 +0000 Subject: [PATCH] Remove extraneous debugging. --- tools/htdocs/mkws.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index e15f9ea..809fc18 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -224,7 +224,6 @@ function widget($, team, type, node) { function promoteTermlists() { team.queue("termlists").subscribe(function(data) { - mkws.debug("in termlist consumer"); if (!node) { alert("termlists event when there are no termlists"); return; -- 1.7.10.4