From a91eb02f5f84a4ed626d1d2be0912eb0d34ca88c Mon Sep 17 00:00:00 2001 From: 20dka Date: Mon, 14 Nov 2022 18:50:07 +0100 Subject: [PATCH] remove debug print --- src/TResourceManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TResourceManager.cpp b/src/TResourceManager.cpp index 1e29e29..3ad1590 100644 --- a/src/TResourceManager.cpp +++ b/src/TResourceManager.cpp @@ -70,7 +70,6 @@ TResourceManager::TResourceManager() { continue; if ((entry.is_regular_file() || entry.is_symlink()) && entry.path().extension() == ".zip") { auto relativePath = fs::relative(entry.path(), BasePath); - beammp_infof("mod entry: {}", relativePath.string()); mMods[relativePath.string()] = entry.file_size(); mTotalModSize += entry.file_size();