Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Remove debug that debug too much
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 5, 2023
1 parent 1ca5728 commit 18356aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ namespace Systems {
Registry::components<Types::Position> arrPosition = registry.getComponents<Types::Position>();

for (auto id : list) {
Logger::debug(std::to_string(id));
if (arrPosition.exist(id) && arrSprite.exist(id)) {
if (arrRect.exist(id)) {
drawSpriteWithRect(arrPosition[id], *arrSprite[id], arrRect[id], id);
Expand Down

0 comments on commit 18356aa

Please sign in to comment.