Cdbext: Removing debug message.

Change-Id: I59fc951d39a07ba0a3c9dbdf6ce86552056efb78
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
David Schulz
2015-04-01 09:29:19 +02:00
parent 29322b6124
commit 62b0848b9c

View File

@@ -2853,7 +2853,6 @@ static inline bool dumpQSharedPointer(const SymbolGroupValue &v, std::wostream &
std::ostringstream namestr;
namestr << "*(" << SymbolGroupValue::stripClassPrefixes(value.type()) << ")("
<< std::showbase << std::hex << value.pointerValue() << ')';
DebugPrint() << namestr.str().c_str();
SymbolGroupNode *valueNode
= v.node()->symbolGroup()->addSymbol(v.module(), namestr.str(), std::string(), &std::string());
if (!valueNode)