fix: unexpected mpr measurements (#4332)
This commit is contained in:
parent
45f3a2d84d
commit
ab6e341731
@ -61,11 +61,9 @@ const initMeasurementService = (
|
|||||||
Length.matchingCriteria,
|
Length.matchingCriteria,
|
||||||
() => {
|
() => {
|
||||||
console.warn('Crosshairs mapping not implemented.');
|
console.warn('Crosshairs mapping not implemented.');
|
||||||
return {};
|
|
||||||
},
|
},
|
||||||
() => {
|
() => {
|
||||||
console.warn('Crosshairs mapping not implemented.');
|
console.warn('Crosshairs mapping not implemented.');
|
||||||
return {};
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user