diff --git a/src/app/aids.txt b/src/app/aids.txt deleted file mode 100644 index c8b301f..0000000 --- a/src/app/aids.txt +++ /dev/null @@ -1 +0,0 @@ -aids diff --git a/src/app/views/apply.py b/src/app/views/apply.py index b718857..c39e37e 100644 --- a/src/app/views/apply.py +++ b/src/app/views/apply.py @@ -81,7 +81,6 @@ class Apply: permissions = [] # Create the lists of current applying users and their permissions for i in range (0, user_count): - print("Raw applicant", data["user_"+str(i)]) applicant = data["user_"+str(i)][1:][:-1].split(",") applicants.append([ int(applicant[0]), applicant[1][2:][:-1] ])