Removed abusive assert
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user