Remove spurious debug.
authorJason Skomorowski <jason@indexdata.com>
Thu, 2 Oct 2014 20:01:07 +0000 (16:01 -0400)
committerJason Skomorowski <jason@indexdata.com>
Thu, 2 Oct 2014 20:01:07 +0000 (16:01 -0400)
src/mkws-widget-main.js

index 6731b1d..e01675f 100644 (file)
@@ -126,7 +126,6 @@ mkws.registerWidgetType('Records', function() {
       if (hit.recid == team.currentRecordId()) {
         if (team.currentRecordData()) {
           hit.renderedDetails = team.renderDetails(team.currentRecordData());
-          console.log(hit.renderedDetails); 
         } 
       }
     }