mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🔥🐛 left a legacy cout in
This commit is contained in:
parent
ff01ff5189
commit
6926cf8791
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
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))
|
if (!ValidUsrname(name))
|
||||||
{
|
{
|
||||||
return {k400BadRequest, "Invalid Name, breaks size and/or character restrictions"};
|
return {k400BadRequest, "Invalid Name, breaks size and/or character restrictions"};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue