Remove unnecessary test.
authorMike Taylor <mike@indexdata.com>
Thu, 20 Mar 2014 11:56:32 +0000 (11:56 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 20 Mar 2014 11:56:32 +0000 (11:56 +0000)
tools/htdocs/mkws.js

index 9b7d65c..bcbb403 100644 (file)
@@ -184,8 +184,6 @@ function widget($, team, type, node) {
 
     function promoteTargets() {
        team.queue("targets").subscribe(function(data) {
-           if (node.length === 0) alert("huh?!");
-
            var table ='<table><thead><tr>' +
                '<td>' + M('Target ID') + '</td>' +
                '<td>' + M('Hits') + '</td>' +