From 03291facfec782c043b8b64b82ae2a31c4149c77 Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:56:07 +0200 Subject: [PATCH] forgot one log --- src/Keybinds.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Keybinds.cpp b/src/Keybinds.cpp index f2740b1..9869916 100644 --- a/src/Keybinds.cpp +++ b/src/Keybinds.cpp @@ -225,7 +225,6 @@ CCNode* ControllerBind::createLabel() const { return CCLabelBMFont::create("Unk", "goldFont.fnt"); } auto spr = CCSprite::createWithSpriteFrameName(sprite); - log::info("Creating sprite"); switch (m_button) { case CONTROLLER_LTHUMBSTICK_DOWN: case CONTROLLER_RTHUMBSTICK_DOWN: {