Skip to content

Commit

Permalink
Remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Mar 14, 2024
1 parent 4a620e8 commit d1ddd4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dbt_score/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ def _load_models(self) -> None:
for node_id, node_values in self.raw_nodes.items():
if node_values.get("resource_type") == "model":
model = Model.from_node(node_values, self.tests.get(node_id, []))

if model.unique_id == "model.dwh.ft_purchase_order_line_article":
print(model)

self.models.append(model)

def _reindex_tests(self) -> None:
Expand Down

0 comments on commit d1ddd4b

Please sign in to comment.