🔥 removed legacy logging

This commit is contained in:
William Katz 2021-05-12 18:03:40 -07:00 committed by GitHub
parent 00c476954c
commit 0a919a07c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
});