Skip to content

Commit

Permalink
remove debug function name print
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Sep 9, 2023
1 parent 44faff6 commit 8deee3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layers/ExtendedLevelInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void ExtendedLevelInfo::onPrev(cocos2d::CCObject* sender)

void ExtendedLevelInfo::onUploadDateLoaded(int levelID, const std::string& date) {
m_uploadDateEstimated = date;
log::info("onUploadDateLoaded");
refreshInfoTexts();
loadPage(m_page);
}
Expand Down

0 comments on commit 8deee3e

Please sign in to comment.