Skip to content

Commit aab1d58

Browse files
remove cruft
1 parent 1706c41 commit aab1d58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugins/maps/public/classes/sources/mvt_single_layer_vector_source/update_source_editor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ export class UpdateSourceEditor extends Component<Props, State> {
4848
const sanitizedTooltips = [];
4949
for (let i = 0; i < this.props.tooltipFields.length; i++) {
5050
const tooltipName = this.props.tooltipFields[i].getName();
51-
let hasMatch = false;
5251
for (let j = 0; j < settings.fields.length; j++) {
5352
if (settings.fields[j].name === tooltipName) {
54-
hasMatch = true;
5553
sanitizedTooltips.push(tooltipName);
5654
break;
5755
}

0 commit comments

Comments
 (0)