Remove debug log
This commit is contained in:
parent
cf157656f4
commit
bb2388fac8
@ -223,7 +223,6 @@ async def update_flight_fields(id: str, update: dict) -> str:
|
||||
:param update: Dictionary of fields and values to update
|
||||
:return: ID of updated flight
|
||||
"""
|
||||
print(fs_keys)
|
||||
for field in update.keys():
|
||||
if field not in fs_keys:
|
||||
raise HTTPException(400, f"Invalid update field: {field}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user