Removed a debug output.

This commit is contained in:
LoRd_MuldeR 2018-10-22 23:23:29 +02:00
parent 89b73b90c9
commit 0cbf24d07f

View File

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