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
|
@ -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 = {}
|
||||
|
|
Reference in a new issue