Remove old commented out code

This commit is contained in:
Joona Hoikkala 2016-12-02 16:26:31 +02:00
parent 5f68d84ca5
commit 8c99346b01
No known key found for this signature in database
GPG Key ID: C14AAE0F5ADCB854

View File

@ -177,11 +177,6 @@ func TestApiManyUpdateWithCredentials(t *testing.T) {
t.Errorf("Could not create new user with a valid CIDR, got error [%v]", err)
}
/* newUserWithValidCIDR, err := DB.Register(cidrslice{"192.168.1.1/32", "invalid"})
if err != nil {
t.Errorf("Could not create new user with CIDR, got error [%v]", err)
}
*/
for _, test := range []struct {
user string
pass string