mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
remove console.log from js
This commit is contained in:
parent
c6ab6da381
commit
c389b7ab06
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue