diff --git a/structural/facade/account.rs b/structural/facade/account.rs index a492388..19dbb58 100644 --- a/structural/facade/account.rs +++ b/structural/facade/account.rs @@ -16,11 +16,3 @@ impl Account { Ok(()) } } - -// func (a *Account) checkAccount(accountName string) error { -// if a.name != accountName { -// return fmt.Errorf("Account Name is incorrect") -// } -// fmt.Println("Account Verified") -// return nil -// }