remove obsolete debug stmt

This commit is contained in:
Yannik Schmidt
2021-07-07 16:31:58 +02:00
parent 9f60d97140
commit 6e8742f906

View File

@@ -122,7 +122,6 @@ def sendPicture(path):
@app.route("/") @app.route("/")
def list(): def list():
retStringArr = [] retStringArr = []
print(PICTURE_DIR)
for root, dirs, files in os.walk(PICTURE_DIR): for root, dirs, files in os.walk(PICTURE_DIR):
path = root.split(os.sep) path = root.split(os.sep)
for f in files: for f in files: