diff --git a/implementations/main.cpp b/implementations/main.cpp index 256d2be..3c88985 100644 --- a/implementations/main.cpp +++ b/implementations/main.cpp @@ -27,7 +27,7 @@ void RenderRoot(const std::string_view route) { Catcrafts.net @@ -41,7 +41,6 @@ Catcrafts.net } blogButton = new HtmlElementView("blog-nav-button"); blogButton->AddClickListener([](Crafter::MouseEvent e) { - std::cout << "click" << std::endl; PushState("{}", "", "/blog"); RenderRoot("blog"); });