From 922eb8993c1e460f9db99aacd5a79bfe22eb541a Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 12 Jun 2026 08:16:58 +0200 Subject: [PATCH] remove unnecessary print statement --- src/wattanalyse/pipelines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wattanalyse/pipelines.py b/src/wattanalyse/pipelines.py index 5b32aba..e4bcf0b 100644 --- a/src/wattanalyse/pipelines.py +++ b/src/wattanalyse/pipelines.py @@ -223,7 +223,6 @@ def process_order_level( # ** planned or target delivery date current_date = datetime.datetime.now().date() - print(f"{current_date=}") data = data.with_columns( pl.coalesce(["Bestaetigter-Import_Historie", "Import-Ist_Historie"]).alias( "Liefertermin_Soll"