Remove extraneous debugging output.
authorMike Taylor <mike@indexdata.com>
Fri, 7 Nov 2014 13:01:31 +0000 (13:01 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 7 Nov 2014 13:01:31 +0000 (13:01 +0000)
src/mkws-widget-main.js

index 53e2f5c..0013960 100644 (file)
@@ -100,7 +100,6 @@ mkws.registerWidgetType('details', function() {
     });
   }
   this.team.queue("record").subscribe(function(data) {
-    console.log(data);
     if ($.inArray(recid, data.recid) > -1) {
       var template = that.team.loadTemplate(that.config.template || "details");
       that.node.html(template(data));