diff --git a/libs/ui/source/label.cpp b/libs/ui/source/label.cpp index 75de8012..a82bc86a 100644 --- a/libs/ui/source/label.cpp +++ b/libs/ui/source/label.cpp @@ -223,12 +223,6 @@ namespace psemek::ui { if (auto text = std::get_if(&chunk)) { - if (text->text.find("yo") != std::string::npos) - { - int x = 42; - (void)x; - } - auto const merged_text_style = *st->text_style | text->style; bool const bold = merged_text_style.is_set(text_style_flag::bold);