From 3db3ec22f3bed49e8b0d2b7ceddb6d5b4d113e70 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 21 Mar 2022 07:58:57 +0100 Subject: [PATCH] REFAC: Removed debug print statement --- src/mumble/Global.cpp | 1 - 1 file changed, 1 deletion(-) 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; }