X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=54fcfd8d01b0d14f52a90be53521869609440bb2;hb=bf5404506fefc5ddc055425f2136a6c684cb2586;hp=d0907441c6ba4306dea96980c58f8cd936670a85;hpb=a11c920efd56cf7b6240e852b6826bc671856f88;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index d090744..54fcfd8 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -88,9 +88,6 @@ mkws.makeTeam = function($, teamName) { that.queue("log").publish(m_teamName, timestamp, s); } - // ### transitional placeholder function until we have promoted all invocations - that.log = function (x) { _log(mkws.log, x) }; - that.trace = function(x) { _log(mkws.trace, x) }; that.debug = function(x) { _log(mkws.debug, x) }; that.info = function(x) { _log(mkws.info, x) };