Removed assertion

This commit is contained in:
Uwe Seimet 2021-08-25 11:01:58 +02:00
parent 7110ea532a
commit c04f820d56

View File

@ -106,7 +106,6 @@ Device *DeviceFactory::CreateDevice(PbDeviceType& type, const string& filename,
break; break;
default: default:
assert(false);
break; break;
} }