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: {