chore: remove old hacky "test" code

This commit is contained in:
Christoph J. Scherr 2025-02-25 18:32:13 +01:00
parent 44ad774ada
commit 3fcfdb2c8e
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -9,9 +9,6 @@ app = Flask(__name__)
store = StoreManager(Path("/tmp/store.db")) store = StoreManager(Path("/tmp/store.db"))
testh = Haiku("hello world this is a haiku (not)")
some_uuid = store.save_haiku(testh)
@app.route("/") @app.route("/")
def index_view(): def index_view():