Skip to content

Commit

Permalink
BLUGA-PHYSICS: Remove log unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 5, 2023
1 parent 18356aa commit 27e18f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ namespace Systems {
if (Registry::getInstance().checkAllies(firstEntity, secondEntity)) {
return;
}
Logger::error("Why is it there " + std::to_string(firstEntity) + " and " + std::to_string(secondEntity));
giveDamages(firstEntity, secondEntity);
giveDamages(secondEntity, firstEntity);
}
Expand Down

0 comments on commit 27e18f0

Please sign in to comment.