🐎 slight simplification

This commit is contained in:
EntireTwix 2021-06-29 22:33:53 -07:00
parent 117bd33ca0
commit 766047dc07

View file

@ -37,12 +37,9 @@ const Json::Value &Log::GetLog()
#endif #endif
} }
log_flag.SetChangesOff(); log_flag.SetChangesOff();
return log_snapshot = res; log_snapshot = res;
}
else
{
return log_snapshot;
} }
return log_snapshot;
} }
Json::Value Log::Serialize() const Json::Value Log::Serialize() const