mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 09:44:50 +01:00
SingleApplication: Remove debug output of username
This commit is contained in:
parent
b2160255d3
commit
32cac90720
@ -123,7 +123,6 @@ void SingleApplicationPrivate::genBlockServerName() {
|
||||
username = pw->pw_name;
|
||||
}
|
||||
}
|
||||
qDebug() << username;
|
||||
#endif
|
||||
if (username.isEmpty()) username = qgetenv("USER");
|
||||
appData.addData(username);
|
||||
|
@ -123,7 +123,6 @@ void SingleCoreApplicationPrivate::genBlockServerName() {
|
||||
username = pw->pw_name;
|
||||
}
|
||||
}
|
||||
qDebug() << username;
|
||||
#endif
|
||||
if (username.isEmpty()) username = qgetenv("USER");
|
||||
appData.addData(username);
|
||||
|
Loading…
x
Reference in New Issue
Block a user