Remove unused function

This commit is contained in:
Aitor Magán 2014-07-16 13:36:00 +02:00
parent 5995a67576
commit 8ce7375c31
1 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,3 @@ def get_allowed_users(key, data, errors, context):
for user in users:
data[(key[0], counter)] = user.user_name
counter += 1
def check_user_names(key, data, errors, context):
print data[key]