Skip to content

Commit

Permalink
[Dag][cleanup] removed extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
sagargg committed Jan 26, 2022
1 parent 6908a5d commit 44134d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aircan/dags/ng_data_dictionary_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def check_empty_data_dictionary(ds, **kwargs):
fields = get_data_dictionary(res_id)
if(fields):
data_dictionary = ['info' in f for f in fields]
print(data_dictionary)
if True not in data_dictionary:
report.append(res_id)
return report
Expand Down

0 comments on commit 44134d0

Please sign in to comment.