remove console.log from js

This commit is contained in:
Anton Ignatov 2019-02-07 14:26:15 +01:00
parent c6ab6da381
commit c389b7ab06

View file

@ -6,7 +6,6 @@ var CounterBadge = (function() {
$('.' + type +
'-badge-indicator[data-linked-id="' +
linkedId + '"]').first();
console.log(count)
if (badge.length) {
badge.html(count);
if (count > 0) {