Remove obsolete logging.
authorMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 15:39:46 +0000 (16:39 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 15:39:46 +0000 (16:39 +0100)
src/mkws-widget-termlists.js

index d3dc149..6aa5927 100644 (file)
@@ -44,7 +44,6 @@ mkws.registerWidgetType('Termlists', function() {
                alert("bad facet configuration: '" + name + "'");
            } else {
                var output = makeSingleFacet(ref[0], data[name], ref[1], ref[2] ? name : null);
-               that.log("setting HTML for facet '" + name + "'");
                that.team.findnode('.mkwsFacet' + caption).html(output);
            }
        }