diff --git a/x-pack/plugins/maps/public/classes/styles/vector/vector_style.tsx b/x-pack/plugins/maps/public/classes/styles/vector/vector_style.tsx index 36b50918e51410..1c36961aae1b1f 100644 --- a/x-pack/plugins/maps/public/classes/styles/vector/vector_style.tsx +++ b/x-pack/plugins/maps/public/classes/styles/vector/vector_style.tsx @@ -295,11 +295,6 @@ export class VectorStyle implements IVectorStyle { } }); - // return { - // hasChanges, - // nextStyleDescriptor: VectorStyle.createDescriptor(updatedProperties, this.isTimeAware()), - // }; - return this._deleteFieldsFromDescriptorAndUpdateStyling( nextFields, updatedProperties,