Removed some debug cout
This commit is contained in:
parent
4970401d03
commit
85e58b7915
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue