Remove extraneous debugging.
authorMike Taylor <mike@indexdata.com>
Fri, 21 Mar 2014 17:08:49 +0000 (17:08 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 21 Mar 2014 17:08:49 +0000 (17:08 +0000)
tools/htdocs/mkws.js

index e15f9ea..809fc18 100644 (file)
@@ -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;