mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
remove debug print
This commit is contained in:
parent
6b65907a7f
commit
a91eb02f5f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user