mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 01:48:51 +00:00
remove console log
This commit is contained in:
parent
ca022b8a28
commit
761ca7ad56
@ -380,7 +380,6 @@ define([
|
||||
let deepCopiedFilters = JSON.parse(JSON.stringify(updatedFilters));
|
||||
|
||||
if (this.filters && !_.isEqual(this.filters, deepCopiedFilters)) {
|
||||
console.log('actually updating');
|
||||
this.filters = deepCopiedFilters;
|
||||
this.reset();
|
||||
if (this.unsubscribe) {
|
||||
|
Loading…
Reference in New Issue
Block a user