diff --git a/tests/physics/src/ShapeColliderTests.cpp b/tests/physics/src/ShapeColliderTests.cpp index 50d8f4bc66..7b3d956065 100644 --- a/tests/physics/src/ShapeColliderTests.cpp +++ b/tests/physics/src/ShapeColliderTests.cpp @@ -701,7 +701,6 @@ void ShapeColliderTests::sphereTouchesAACubeFaces() { for (int i = 0; i < axes.size(); ++i) { glm::vec3 axis = axes[i]; - std::cout << "adebug j = " << i << " axis = " << axis << std::endl; // adebug // outside { collisions.clear(); @@ -810,7 +809,6 @@ void ShapeColliderTests::sphereTouchesAACubeEdges() { for (int i =0; i < axes.size(); ++i) { glm::vec3 axis = axes[i]; - std::cout << "adebug i = " << i << " axis = " << axis << std::endl; // adebug float lengthAxis = glm::length(axis); axis /= lengthAxis; float overlap = 0.25f;