Skip to content

Commit

Permalink
remove unnecessary debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 20, 2024
1 parent f2f932d commit c4c8d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LevelInfoLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ struct LevelInfoLayerIDs : Modify<LevelInfoLayerIDs, LevelInfoLayer> {
labelOffset++;
}

log::info("best time: {}", this->getChildren()->objectAtIndex(this->getChildrenCount() - labelOffset));
static_cast<CCNode*>(this->getChildren()->objectAtIndex(this->getChildrenCount() - labelOffset))->setID("best-time-label");
labelOffset++;
}
Expand Down

0 comments on commit c4c8d7e

Please sign in to comment.