From 39e425891405b75e5cf992a8af633bce9cc23304 Mon Sep 17 00:00:00 2001 From: gabrielwol <80077912+gabrielwol@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:25:23 -0400 Subject: [PATCH] #1032 remove unneceesary print --- dags/gcc_layers_pull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dags/gcc_layers_pull.py b/dags/gcc_layers_pull.py index fd8ea4f87..17174cf8c 100644 --- a/dags/gcc_layers_pull.py +++ b/dags/gcc_layers_pull.py @@ -56,7 +56,6 @@ def pull_layer(layer, conn_id): agg_sql = layer[1].get("agg") if agg_sql is not None: with conn.cursor() as cur: - print(agg_sql) cur.execute(agg_sql) layers = get_layers(name)