mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
legacy logging
This commit is contained in:
parent
3b735d10ae
commit
630ea79b17
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ struct User
|
|||
User(uint32_t init_bal, uint64_t init_pass) : balance(init_bal), password(init_pass) {}
|
||||
User(uint32_t init_bal, uint64_t init_pass, Json::Value &&log_j) : balance(init_bal), password(init_pass)
|
||||
{
|
||||
std::cout << log_j << '\n';
|
||||
if (log_j.size())
|
||||
{
|
||||
if (max_log_size > log_j.size() + pre_log_size)
|
||||
|
|
|
|||
Loading…
Reference in a new issue