projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf1bc5
)
Remove team.log -- all invocation have now been specialised.
author
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:16:42 +0000
(11:16 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:16:42 +0000
(11:16 +0000)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
d090744
..
54fcfd8
100644
(file)
--- 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) };