Do not use DMG_ASSERT

This commit is contained in:
János Benjamin Antal 2022-01-24 10:29:28 +01:00
parent 214db8da48
commit 339dec2a3b

View File

@ -296,7 +296,7 @@ void Streams::RegisterKafkaProcedures() {
if (!value_value) {
return configs_value;
}
DMG_ASSERT(configs->items.emplace(key, std::move(*value_value)).second);
configs->items.emplace(key, std::move(*value_value));
}
{