removed prints

This commit is contained in:
Hayden
2021-01-09 12:57:34 -09:00
parent f73437df4f
commit caad1acd76
4 changed files with 8 additions and 7 deletions

View File

@@ -21,5 +21,4 @@ def root():
@router.get("/{full_path:path}", include_in_schema=False)
def root_plus(full_path):
print(full_path)
return FileResponse(BASE_HTML)