🐎 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
}
log_flag.SetChangesOff();
return log_snapshot = res;
}
else
{
return log_snapshot;
log_snapshot = res;
}
return log_snapshot;
}
Json::Value Log::Serialize() const