Skip to content

Commit

Permalink
forgot one log
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jan 28, 2024
1 parent 63484ac commit 03291fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Keybinds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 03291fa

Please sign in to comment.