remove debug print

This commit is contained in:
20dka 2022-11-14 18:50:07 +01:00 committed by Lion Kortlepel
parent 6b65907a7f
commit a91eb02f5f
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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();