Commit 8a33a574 authored by Aleksey Kontsevich's avatar Aleksey Kontsevich

Removed assert

parent 78cdbbbd
......@@ -1033,9 +1033,6 @@ const FactMetaData::AppSettingsTranslation_s* FactMetaData::_findAppSettingsUnit
case UnitWeight:
unitOption = unitsSettings->weightUnits()->rawValue().toUInt();
break;
default:
assert(false);
break;
}
if (pAppSettingsTranslation->unitType == type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment