Remove widget.log -- all invocation have now been specialised.
authorMike Taylor <mike@indexdata.com>
Thu, 20 Nov 2014 11:13:42 +0000 (11:13 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 20 Nov 2014 11:13:42 +0000 (11:13 +0000)
src/mkws-widget.js

index d060e32..fd51a12 100644 (file)
@@ -13,7 +13,6 @@ mkws.makeWidget = function($, team, type, node) {
     config: mkws.objectInheritingFrom(team.config)
   };
 
-  that.log = team.log;
   that.trace = team.trace;
   that.debug = team.debug;
   that.info = team.info;