mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Remove console.log
This commit is contained in:
parent
f11f54db33
commit
8dbc69aa31
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ var SmartAnnotation = (function() {
|
||||||
var filterType;
|
var filterType;
|
||||||
var params = { query: query };
|
var params = { query: query };
|
||||||
filterType = FilterTypeEnum[$currentAtWho.find('.tab-pane.active').data('object-type')];
|
filterType = FilterTypeEnum[$currentAtWho.find('.tab-pane.active').data('object-type')];
|
||||||
console.log($currentAtWho.find('.tab-pane.active'))
|
|
||||||
if (!filterType) {
|
if (!filterType) {
|
||||||
callback([{ name: '' }]);
|
callback([{ name: '' }]);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue