mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
Remove spammy TRACE
This commit is contained in:
parent
9d0caf2c7d
commit
33ebfa82f0
@ -662,7 +662,6 @@ void TPluginMonitor::operator()() {
|
||||
while (!mShutdown) {
|
||||
std::this_thread::sleep_for(std::chrono::seconds(3));
|
||||
for (const auto& Pair : mFileTimes) {
|
||||
beammp_trace("checking for hot-reloadable files");
|
||||
auto CurrentTime = fs::last_write_time(Pair.first);
|
||||
if (CurrentTime != Pair.second) {
|
||||
mFileTimes[Pair.first] = CurrentTime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user