Skip to content

Commit 35d4865

Browse files
committed
Remove an unused checkAccount method
1 parent 104ecdb commit 35d4865

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

structural/facade/account.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ impl Account {
1616
Ok(())
1717
}
1818
}
19-
20-
// func (a *Account) checkAccount(accountName string) error {
21-
// if a.name != accountName {
22-
// return fmt.Errorf("Account Name is incorrect")
23-
// }
24-
// fmt.Println("Account Verified")
25-
// return nil
26-
// }

0 commit comments

Comments
 (0)