From 85e58b79158a7398439ce684888db8a320adc427 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 16 Dec 2011 09:28:36 +0000 Subject: [PATCH] Removed some debug cout --- wrap/system/multithreading/atomic_int_generic.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrap/system/multithreading/atomic_int_generic.h b/wrap/system/multithreading/atomic_int_generic.h index fa64f4ea..26423bbb 100644 --- a/wrap/system/multithreading/atomic_int_generic.h +++ b/wrap/system/multithreading/atomic_int_generic.h @@ -14,13 +14,11 @@ public: atomicInt() { _q_value = 0; - std::cout << "atomicInt init a 0\n"; } atomicInt( int value ) { _q_value = value; - std::cout << "atomicInt init a " << _q_value << std::endl; } // atomic API