Remove some debug output.

This commit is contained in:
James Turner
2015-06-07 17:48:33 +02:00
parent 9a9cd62957
commit 1378511c13
-8
View File
@@ -66,14 +66,6 @@ namespace nasal
void GhostMetadata::addDerived(const GhostMetadata* derived)
{
assert(derived);
SG_LOG
(
SG_NASAL,
SG_INFO,
"Ghost::addDerived: " << _name_strong << " -> "
<< derived->_name_strong
);
}
//--------------------------------------------------------------------------