From 630ea79b177aeef5dd387421b902f1ab8c6371c5 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 20 May 2021 22:10:11 -0700 Subject: [PATCH] legacy logging --- include/user.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/user.hpp b/include/user.hpp index 324a569..17ccb26 100644 --- a/include/user.hpp +++ b/include/user.hpp @@ -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)