summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
authorManuel Schneider2014-09-03 16:40:20 +0200
committerManuel Schneider2014-09-03 16:40:20 +0200
commit3e047a7cc4a6a507c91bd9279584fdd364841a2e (patch)
tree88596e103efa4baa83b13b3cbd172339b5548c16 /src/server/mainwindow/mainwindow.cpp
parentAdjust the system settings path in client (diff)
downloadpvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.tar.gz
pvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.tar.xz
pvs2-3e047a7cc4a6a507c91bd9279584fdd364841a2e.zip
Remove heavy unreadable debug messages. Reintent.
Diffstat (limited to 'src/server/mainwindow/mainwindow.cpp')
-rw-r--r--src/server/mainwindow/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 17e821a..87e7471 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -305,7 +305,6 @@ void MainWindow::tellClientCurrentSituation(Client* client)
void MainWindow::tryToUseRoomTemplate()
{
SYSTEM_SETTINGS(conf);
- qDebug() << "Settings contain" << conf.allKeys();
if (!conf.contains("rooms")) {
qDebug() << "Invalid config file!";
@@ -346,7 +345,7 @@ void MainWindow::tryToUseRoomTemplate()
/*
*
* CFG to test this
- * http://git.openslx.org/tm-scripts.git/plain/server/modules/pvs2-freiburg/etc/xdg/openslx/pvs2mgr.ini
+ * http://git.openslx.org/tm-scripts.git/plain/server/modules/pvs2-freiburg/opt/openslx/pvs2.ini
*
*/