From 84dc769e88d466c800149db59e5a01d6f78c0e32 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Wed, 12 Nov 2025 21:05:13 +0100 Subject: [PATCH] commit --- implementations/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); });