Remove outdated comment

This commit is contained in:
Aaron Lindsay 2017-11-17 21:02:25 -05:00
parent 04d85cd681
commit e4e474caf2
1 changed files with 0 additions and 2 deletions

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
}