Remove unused function
This commit is contained in:
parent
5995a67576
commit
8ce7375c31
|
@ -61,7 +61,3 @@ def get_allowed_users(key, data, errors, context):
|
||||||
for user in users:
|
for user in users:
|
||||||
data[(key[0], counter)] = user.user_name
|
data[(key[0], counter)] = user.user_name
|
||||||
counter += 1
|
counter += 1
|
||||||
|
|
||||||
|
|
||||||
def check_user_names(key, data, errors, context):
|
|
||||||
print data[key]
|
|
||||||
|
|
Loading…
Reference in New Issue