Do not use DMG_ASSERT
This commit is contained in:
parent
214db8da48
commit
339dec2a3b
@ -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));
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user