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()
|
void GdbEngine::commandTimeout()
|
||||||
{
|
{
|
||||||
qDebug("TIMEOUT");
|
|
||||||
QList<int> keys = m_cookieForToken.keys();
|
QList<int> keys = m_cookieForToken.keys();
|
||||||
qSort(keys);
|
qSort(keys);
|
||||||
bool killIt = false;
|
bool killIt = false;
|
||||||
|
Reference in New Issue
Block a user