mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 13:00:14 +00:00
Remove unnecessary qDebug
This commit is contained in:
parent
d14e7ea514
commit
feb85da2ef
@ -189,7 +189,9 @@ void Bridge::doUpdate(GUIMSG msg)
|
||||
auto now = GetTickCount();
|
||||
auto elapsed = now - start;
|
||||
if(elapsed > 5)
|
||||
qDebug() << msg2str(msg) << elapsed << "ms";
|
||||
{
|
||||
//qDebug() << "[DebugMonitor]" << msg2str(msg) << elapsed << "ms";
|
||||
}
|
||||
|
||||
mLastUpdates[msg] = now;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user