Delete old "license" checking code arounds user counts
This is legacy code that doesn't actually do anything of value
This commit is contained in:
parent
a74e94fb67
commit
b7fc7999c3
4 changed files with 3 additions and 29 deletions
|
@ -45,10 +45,6 @@ class InvalidUsernameException(DataModelException):
|
|||
pass
|
||||
|
||||
|
||||
class TooManyUsersException(DataModelException):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidRepositoryBuildException(DataModelException):
|
||||
pass
|
||||
|
||||
|
|
Reference in a new issue