mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
remove console log
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user