Remove console.log
parent
0a68f06cc8
commit
d6129ee21f
www/common
|
@ -188,7 +188,6 @@ define([
|
|||
onMessageHandlers.push(function (data, el) {
|
||||
var type = data.type;
|
||||
if (types.indexOf(type) === -1 && !(teams && /^team-/.test(type))) { return; }
|
||||
console.log('okokok');
|
||||
cfg.onMessage(data, el);
|
||||
});
|
||||
}
|
||||
|
|
|
@ -1027,7 +1027,6 @@ MessengerUI, Messages) {
|
|||
|
||||
Common.mailbox.subscribe(['notifications', 'team'], {
|
||||
onMessage: function (data, el) {
|
||||
console.log(data, el, div);
|
||||
if (el) {
|
||||
$(div).prepend(el);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue