Remove unused temporary
[mkws-moved-to-github.git] / src / mkws-widgets.js
index 0f610f7..ff608a2 100644 (file)
@@ -266,7 +266,6 @@ mkws.registerWidgetType('Records', function() {
        }
     });
 
-    var node = $(that.node);
     var query = that.config.autosearch;
     if (query) {
        if (query.match(/^!param!/)) {
@@ -285,7 +284,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;