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

@ -322,10 +322,6 @@ def request_error(exception=None, **kwargs):
raise InvalidRequest(message, data)
def license_error(exception=None):
raise ExceedsLicenseException()
def log_action(kind, user_or_orgname, metadata=None, repo=None):
if not metadata:
metadata = {}