Skip to content

Commit

Permalink
remove pageMenu debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 17, 2023
1 parent f890c4e commit a0fd035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hooks/LevelBrowserLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ class $modify(BILevelBrowserLayer, LevelBrowserLayer) {

auto randomBtn = createRandomBtn();
if(m_searchObject->m_searchType != SearchType::MyLevels) menu->addChild(randomBtn);
else {
log::info("pageMenu");
}

if(!isLocal){
auto doubleArrow = CCSprite::createWithSpriteFrameName("GJ_arrow_02_001.png");
Expand Down

0 comments on commit a0fd035

Please sign in to comment.