mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
remove debug print
This commit is contained in:
parent
6b65907a7f
commit
a91eb02f5f
@ -70,7 +70,6 @@ TResourceManager::TResourceManager() {
|
|||||||
continue;
|
continue;
|
||||||
if ((entry.is_regular_file() || entry.is_symlink()) && entry.path().extension() == ".zip") {
|
if ((entry.is_regular_file() || entry.is_symlink()) && entry.path().extension() == ".zip") {
|
||||||
auto relativePath = fs::relative(entry.path(), BasePath);
|
auto relativePath = fs::relative(entry.path(), BasePath);
|
||||||
beammp_infof("mod entry: {}", relativePath.string());
|
|
||||||
|
|
||||||
mMods[relativePath.string()] = entry.file_size();
|
mMods[relativePath.string()] = entry.file_size();
|
||||||
mTotalModSize += entry.file_size();
|
mTotalModSize += entry.file_size();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user