Remove debug log

This commit is contained in:
april 2024-01-15 16:58:44 -06:00
parent cf157656f4
commit bb2388fac8

View File

@ -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}")