OSDN Git Service

Removed a debug output.
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 22 Oct 2018 21:23:29 +0000 (23:23 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 22 Oct 2018 21:23:29 +0000 (23:23 +0200)
src/OSSupport_Win32.cpp

index 47b79c5..6c43890 100644 (file)
@@ -790,7 +790,6 @@ const QString &MUtils::OS::known_folder(known_folder_t folder_id)
        //Update cache
        if (!folderPath.isEmpty())
        {
-               qWarning("g_known_folders_map->insert");
                g_known_folders_map->insert(folderId, folderPath);
        }