1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-26 07:33:21 -05:00

Remove outdated comment

This commit is contained in:
Aaron Lindsay 2017-11-17 21:02:25 -05:00
parent 04d85cd681
commit e4e474caf2

View File

@ -65,8 +65,6 @@ func (t *TestData) initUser(user *User, userid int) error {
t.clients = append(t.clients, client)
// TODO initialize everything else owned by this user in the TestData struct
return nil
}