mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
Remove debug logging in ConnectionMonitor
This commit is contained in:
parent
8044910bf2
commit
a37bcdafda
1 changed files with 0 additions and 4 deletions
|
@ -42,17 +42,13 @@ void ConnectionMonitor::init() {
|
|||
}
|
||||
|
||||
void ConnectionMonitor::disconnectedFromDomain() {
|
||||
qDebug() << "CM: DISCONNECTED FROM DOMAIN!";
|
||||
_timer.start();
|
||||
}
|
||||
|
||||
void ConnectionMonitor::connectedToDomain(const QString& name) {
|
||||
qDebug() << "CM: CONNECTED FROM DOMAIN! - " << name;
|
||||
_timer.stop();
|
||||
}
|
||||
|
||||
void ConnectionMonitor::hostChanged(const QString& name) {
|
||||
qDebug() << "CM: host changed: " << name;
|
||||
_timer.start();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue