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"