forked from qt-creator/qt-creator
Remove debug output.
Reviewed-by: hjk
(cherry picked from commit cdf06a4b3e
)
This commit is contained in:
@@ -822,7 +822,6 @@ int GdbEngine::commandTimeoutTime() const
|
||||
|
||||
void GdbEngine::commandTimeout()
|
||||
{
|
||||
qDebug("TIMEOUT");
|
||||
QList<int> keys = m_cookieForToken.keys();
|
||||
qSort(keys);
|
||||
bool killIt = false;
|
||||
|
Reference in New Issue
Block a user