Skip to content

Commit

Permalink
Remove redundant debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 19, 2024
1 parent f729c30 commit 7f9e43c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LevelCell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ struct LevelCellIDs : Modify<LevelCellIDs, LevelCell> {

} else {
//LevelCell::loadCustomLevelCell
log::info("{} looking ass", m_level->m_levelName);

size_t labelOffset = 0;
size_t buttonOffset = 0;
size_t spriteOffset = 0;
Expand Down

0 comments on commit 7f9e43c

Please sign in to comment.