removing un-necessary logs

This commit is contained in:
Ace 2017-12-16 11:29:10 +05:30
parent c506d90698
commit 29c0692286

View File

@ -469,7 +469,6 @@ $(document).ready(function () {
markAsReadNotificationsAPI,
null,
function (data) {
console.log(data);
$('.message').remove();
$("#notification-bubble").html(0);
}, function () {