Skip to content
Snippets Groups Projects
Commit 2b995c2d authored by Nils G.'s avatar Nils G.
Browse files

Removed unused code

parent 3f766bac
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,6 @@ def ROOM_GET(_id, _password):
def ROOM_GET_CODE(_code):
room_record = current.db((current.db.Room.code == _code) & (current.db.Room.closed == False)).select().first()
if not room_record:
return(None)
return(room_record)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment