From 3fcfdb2c8eb7eef1cec8ab515d6542749cb4c5f3 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 25 Feb 2025 18:32:13 +0100 Subject: [PATCH] chore: remove old hacky "test" code --- senju/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/senju/main.py b/senju/main.py index 195a3ff..8003d09 100644 --- a/senju/main.py +++ b/senju/main.py @@ -9,9 +9,6 @@ app = Flask(__name__) store = StoreManager(Path("/tmp/store.db")) -testh = Haiku("hello world this is a haiku (not)") -some_uuid = store.save_haiku(testh) - @app.route("/") def index_view():