Skip to content

Commit e19da3a

Browse files
chore: remove rogue prints
1 parent 623b06e commit e19da3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dbt_sugar/core/task/doc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ def orchestrate_model_documentation(
193193
except KeyboardInterrupt:
194194
logger.info("The user has exited the doc task, all changes have been discarded.")
195195
return 0
196-
print(f"content about to be saved {content}")
197-
print(f"column_update_payload: {self.column_update_payload}")
198196
save_yaml(schema_file_path, self.order_schema_yml(content))
199197
self.check_tests(schema, model_name)
200198
self.update_model_description_test_tags(

0 commit comments

Comments
 (0)