Skip to content

Commit

Permalink
Remove an unused checkAccount method
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeevab committed Nov 24, 2023
1 parent 104ecdb commit 35d4865
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions structural/facade/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
// }

0 comments on commit 35d4865

Please sign in to comment.