fix: unexpected mpr measurements (#4332)

This commit is contained in:
Pedro H. Köhler 2024-08-08 12:33:36 -03:00 committed by GitHub
parent 45f3a2d84d
commit ab6e341731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,11 +61,9 @@ const initMeasurementService = (
Length.matchingCriteria,
() => {
console.warn('Crosshairs mapping not implemented.');
return {};
},
() => {
console.warn('Crosshairs mapping not implemented.');
return {};
}
);