🔥🐛 left a legacy cout in

This commit is contained in:
EntireTwix 2021-07-05 15:54:32 -07:00
parent ff01ff5189
commit 6926cf8791

View file

@ -217,8 +217,6 @@ bool Bank::AdminVerifyAccount(const std::string &name) noexcept
BankResponse Bank::AddUser(std::string &&name, uint32_t init_bal, std::string &&init_pass) noexcept
{
std::cout << name << '\n'
<< init_pass << '\n';
if (!ValidUsrname(name))
{
return {k400BadRequest, "Invalid Name, breaks size and/or character restrictions"};