mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
REFAC: Removed debug print statement
This commit is contained in:
parent
681d0018de
commit
3db3ec22f3
@ -26,7 +26,6 @@ Global &Global::get() {
|
||||
|
||||
void Global::migrateDataDir(const QDir &toDir) {
|
||||
if (toDir.exists()) {
|
||||
qWarning("No migration to be performed");
|
||||
// The new directory already exists -> don't perform any migration
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user