diff --git a/src/mumble/Global.cpp b/src/mumble/Global.cpp index 2be169a34..48cef2e2d 100644 --- a/src/mumble/Global.cpp +++ b/src/mumble/Global.cpp @@ -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; }