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 +
|
$('.' + type +
|
||||||
'-badge-indicator[data-linked-id="' +
|
'-badge-indicator[data-linked-id="' +
|
||||||
linkedId + '"]').first();
|
linkedId + '"]').first();
|
||||||
console.log(count)
|
|
||||||
if (badge.length) {
|
if (badge.length) {
|
||||||
badge.html(count);
|
badge.html(count);
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
|
|
Loading…
Reference in a new issue