Remove console.log

pull/1/head
yflory 2020-06-22 17:37:09 +02:00
parent 0a68f06cc8
commit d6129ee21f
2 changed files with 0 additions and 2 deletions

View File

@ -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);
});
}

View File

@ -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);
}