From 72f9827be5d4bbf692f126c06e3277cf23a5a551 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Tue, 27 Sep 2016 16:28:16 +0200 Subject: reduced noise in the output (old debug messages...) --- src/client/toolbar/toolbar.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/toolbar/toolbar.cpp') diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 54a5a77..da27fd5 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -130,8 +130,6 @@ void Toolbar::init() const QDesktopWidget desktop; const QRect primaryScreen = desktop.screenGeometry(); move(primaryScreen.left() + (primaryScreen.width() - this->width())/2 , primaryScreen.top()); - qDebug() << primaryScreen.left() << primaryScreen.top() << primaryScreen.right() << primaryScreen.bottom(); - /* Setup hide timer */ _hideTimer.setInterval(500); @@ -243,7 +241,6 @@ bool Toolbar::isManagerPc(){ foreach (const QHostAddress &address, QNetworkInterface::allAddresses()) { QString ip = conf.value("ip").toString(); if (address.toString() == mgrIP) { - qDebug() << "this pc could be a manager of room " << roomName << "because this address is " << address; return true; } } @@ -296,7 +293,6 @@ QList Toolbar::myRooms() { } /* sort */ qStableSort(myRooms.begin(), myRooms.end(), qGreater()); - qDebug() << "myRooms() = " << myRooms; return myRooms; } /** Identifies the responsible manager for this client by searching through the -- cgit v1.2.3-55-g7522