diff --git a/sources/reactphysics3d/physics/Time.h b/sources/reactphysics3d/physics/Time.h index 71ebda2a..b052b5ce 100644 --- a/sources/reactphysics3d/physics/Time.h +++ b/sources/reactphysics3d/physics/Time.h @@ -67,7 +67,6 @@ inline void Time::setValue(double value) throw(std::invalid_argument) { this->value = value; } else { - std::cout << "ERROR TIME : " << value << std::endl; // We throw an exception throw std::invalid_argument("Exception in test Time: Wrong argument, a time value has to be positive");