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:
Joseph Schorr 2016-10-20 14:58:35 -04:00
parent a74e94fb67
commit b7fc7999c3
4 changed files with 3 additions and 29 deletions

View file

@ -45,10 +45,6 @@ class InvalidUsernameException(DataModelException):
pass
class TooManyUsersException(DataModelException):
pass
class InvalidRepositoryBuildException(DataModelException):
pass