Remove extraneous logging
authorMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 12:15:51 +0000 (13:15 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 12:15:51 +0000 (13:15 +0100)
src/mkws-widgets.js

index 0f610f7..74e31f0 100644 (file)
@@ -285,7 +285,6 @@ mkws.registerWidgetType('Records', function() {
                alert("This page has a MasterKey widget that needs a query specified by the path-component " + index);
            }
        }
-       that.log("node=" + node + ", class='" + node.className + "', query=" + query);
 
        this.team.queue("ready").subscribe(function() {
            var sortOrder = that.config.sort;