From: Mike Taylor Date: Fri, 21 Mar 2014 17:08:49 +0000 (+0000) Subject: Remove extraneous debugging. X-Git-Tag: 1.0.0~1275 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=988a3f54ecf168100ee4f14bad3f02f72d58a19d;hp=c5c7c61750ae3f164f8ee04c009b01283fbda269 Remove extraneous debugging. --- 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;