Remove debug output.

Reviewed-by: hjk
This commit is contained in:
con
2010-01-12 16:23:05 +01:00
parent ff066d5e76
commit cdf06a4b3e

View File

@@ -822,7 +822,6 @@ int GdbEngine::commandTimeoutTime() const
void GdbEngine::commandTimeout()
{
qDebug("TIMEOUT");
QList<int> keys = m_cookieForToken.keys();
qSort(keys);
bool killIt = false;