Remove console.log

This commit is contained in:
aignatov-bio 2020-09-17 14:48:26 +02:00
parent f11f54db33
commit 8dbc69aa31

View file

@ -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;