Skip to content

Commit

Permalink
#1032 remove unneceesary print
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Aug 23, 2024
1 parent e717298 commit 39e4258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dags/gcc_layers_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39e4258

Please sign in to comment.