mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 removed legacy logging
This commit is contained in:
parent
00c476954c
commit
0a919a07c8
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ public:
|
|||
{
|
||||
Transaction temp(a_name, b_name, amount);
|
||||
Transaction temp2 = temp;
|
||||
std::cout << temp.from << ' ' << temp.to << '\n';
|
||||
users.modify_if(a_name, [&temp](User &a) {
|
||||
a.log.AddTrans(std::move(temp));
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue