mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +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 params = { query: query };
|
||||
filterType = FilterTypeEnum[$currentAtWho.find('.tab-pane.active').data('object-type')];
|
||||
console.log($currentAtWho.find('.tab-pane.active'))
|
||||
if (!filterType) {
|
||||
callback([{ name: '' }]);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue