Skip to content

Commit

Permalink
rm unused log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Jul 30, 2024
1 parent a108138 commit 7f4f29d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ class $modify(MyMenuLayer, MenuLayer) {

class $modify(MyPlayLayer, PlayLayer) {
void updateProgressbar() {
log::info("before calling orig");
PlayLayer::updateProgressbar();
log::info("after calling orig");
if (!Mod::get()->getSettingValue<bool>("enabled")) { return; }
if (m_level->isPlatformer()) { return; }
if (!m_player1->m_isDead) { return; }
Expand Down

0 comments on commit 7f4f29d

Please sign in to comment.