Remove debug output
This commit is contained in:
parent
21e2a769eb
commit
4bef2c48eb
@ -115,10 +115,8 @@ public:
|
|||||||
T operator=(const T& aValue)
|
T operator=(const T& aValue)
|
||||||
{
|
{
|
||||||
SGPropertyNode* n = PropertyObjectBase::node(true);
|
SGPropertyNode* n = PropertyObjectBase::node(true);
|
||||||
if (!n) {
|
if( !n )
|
||||||
std::cout << "no node" << std::endl;
|
|
||||||
return aValue;
|
return aValue;
|
||||||
}
|
|
||||||
|
|
||||||
n->setValue<T>(aValue);
|
n->setValue<T>(aValue);
|
||||||
return aValue;
|
return aValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user