mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐎 slight simplification
This commit is contained in:
parent
117bd33ca0
commit
766047dc07
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue