Removed abusive assert

This commit is contained in:
emeric
2023-01-21 11:27:47 +01:00
parent 97c083523f
commit f8869694db
-2
View File
@@ -44,8 +44,6 @@ namespace UserInterface
void void
ModalManager::show(std::unique_ptr<Wt::WWidget> modalWidget) ModalManager::show(std::unique_ptr<Wt::WWidget> modalWidget)
{ {
assert(count() == 0);
LMS_LOG(UI, DEBUG) << "Want to show, id = " << modalWidget->id(); LMS_LOG(UI, DEBUG) << "Want to show, id = " << modalWidget->id();
std::ostringstream oss; std::ostringstream oss;