From 06e95d049367c9eb2716a90f99ad7636cac04bbc Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Fri, 10 Apr 2009 15:35:05 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@121 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/physics/Time.h | 1 - 1 file changed, 1 deletion(-) 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");