From 27e18f004eb3c4adc823bbf8b289b29adf6059f8 Mon Sep 17 00:00:00 2001 From: Xavier Mitault Date: Sun, 5 Nov 2023 19:51:19 +0000 Subject: [PATCH] BLUGA-PHYSICS: Remove log unused --- libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp | 1 - 1 file changed, 1 deletion(-) 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); }