SingleApplication: Remove debug output of username

This commit is contained in:
Jonas Kvinge 2019-08-26 02:18:02 +02:00
parent b2160255d3
commit 32cac90720
2 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ void SingleApplicationPrivate::genBlockServerName() {
username = pw->pw_name;
}
}
qDebug() << username;
#endif
if (username.isEmpty()) username = qgetenv("USER");
appData.addData(username);

View File

@ -123,7 +123,6 @@ void SingleCoreApplicationPrivate::genBlockServerName() {
username = pw->pw_name;
}
}
qDebug() << username;
#endif
if (username.isEmpty()) username = qgetenv("USER");
appData.addData(username);