diff --git a/libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp b/libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp index 0568b9b..03868fc 100644 --- a/libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp +++ b/libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp @@ -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); }