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)