remove logs
This commit is contained in:
		| @@ -377,7 +377,7 @@ define([ | ||||
|          * @public | ||||
|          */ | ||||
|         updateFiltersAndRefresh: function (updatedFilters) { | ||||
|             if (this.filters) { | ||||
|             if (this.filters && !_.isEqual(this.filters, updatedFilters)) { | ||||
|                 this.filters = updatedFilters; | ||||
|                 this.reset(); | ||||
|                 if (this.unsubscribe) { | ||||
|   | ||||
| @@ -49,7 +49,6 @@ define([ | ||||
|                 return domainObject.type === 'table'; | ||||
|             }, | ||||
|             view(domainObject, isEditing, objectPath) { | ||||
|                 console.log(arguments); | ||||
|                 let table = new TelemetryTable(domainObject, openmct); | ||||
|                 let component; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Deep Tailor
					Deep Tailor