mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
remove debug prints
This commit is contained in:
parent
d3805f2cfd
commit
ad468a8971
@ -441,9 +441,7 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vector<Mo
|
||||
tmp_name += ".tmp";
|
||||
|
||||
fs::copy_file(PathToSaveTo, tmp_name, fs::copy_options::overwrite_existing);
|
||||
debug("Copying '" + PathToSaveTo + "' to '" + tmp_name + "'");
|
||||
fs::rename(tmp_name, name);
|
||||
debug("Renaming '" + tmp_name + "' to '" + std::string(name) + "'");
|
||||
} catch (std::exception& e) {
|
||||
error("Failed copy to the mods folder! " + std::string(e.what()));
|
||||
Terminate = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user