mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +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
|
#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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue