diff options
| author | Manuel Schneider | 2014-09-03 16:40:20 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-09-03 16:40:20 +0200 |
| commit | 3e047a7cc4a6a507c91bd9279584fdd364841a2e (patch) | |
| tree | 88596e103efa4baa83b13b3cbd172339b5548c16 /src/client | |
| parent | Adjust the system settings path in client (diff) | |
| download | pvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.tar.gz pvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.tar.xz pvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.zip | |
Remove heavy unreadable debug messages. Reintent.
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/toolbar/toolbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 1838166..0111c1c 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -180,7 +180,6 @@ void Toolbar::enterEvent(QEvent* e) QString Toolbar::identifyMgrIP() { SYSTEM_SETTINGS(conf); - qDebug() << "Settings contain" << conf.allKeys(); if (!conf.contains("rooms")) { qDebug() << "Invalid config file!"; |
