Deactivated part of the traces outputted by the testsuite to make Travis

happy.
This commit is contained in:
xawotihs
2013-10-30 22:58:04 +01:00
parent 784d127a6e
commit 017f6dd1ed
4 changed files with 4 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ std::string ToHex(T* pointer)
#define DebugTrace(inString) \
{ \
std::ostringstream stream; \
stream << inString << std::endl; \
stream << inString; \
qDebug("%s", stream.str().c_str()); \
}
#elif defined (ANDROID)