From 1fc1ee58f038aa82f0506bf0923c6e366206ec81 Mon Sep 17 00:00:00 2001 From: Kitetsu Date: Mon, 30 Oct 2023 20:28:31 +0100 Subject: [PATCH] CLIENT-GAME: Remove useless print PATCH --- src/Client/Systems/Menus/Menu/MenuSystems.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Client/Systems/Menus/Menu/MenuSystems.cpp b/src/Client/Systems/Menus/Menu/MenuSystems.cpp index 1538f12f..324fa35e 100644 --- a/src/Client/Systems/Menus/Menu/MenuSystems.cpp +++ b/src/Client/Systems/Menus/Menu/MenuSystems.cpp @@ -10,7 +10,6 @@ #include "Maths.hpp" #include "Menu.hpp" #include "SceneManager.hpp" -#include namespace Systems { namespace Menu { @@ -46,9 +45,7 @@ namespace Systems { setAllInputBoxFalse(); if (arrInputBox.exist(id)) { arrInputBox[id].selected = true; - std::cout << "Ntm" << std::endl; if (arrAnimRect.exist(id)) { - std::cout << "ntm" << std::endl; arrAnimRect[id].changeRectList(Types::RectListType::SELECTED); } }