Tighten up.
authorMike Taylor <mike@indexdata.com>
Tue, 4 Mar 2014 14:49:07 +0000 (14:49 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 4 Mar 2014 14:49:07 +0000 (14:49 +0000)
tools/htdocs/mkws.js

index f320111..43fc455 100644 (file)
@@ -189,10 +189,7 @@ function widget($, team, type, node) {
     mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node);
 
     function promoteTargets() {
-       mkws.debug("promoting widget to type Targets");
        mkws.queue("targets").subscribe(function(data) {
-           mkws.debug("notified that there are targets");
-
            if (node.length === 0) alert("huh?!");
 
            var table ='<table><thead><tr>' +