Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jun 4, 2024
1 parent d5d5f26 commit 193696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/scripts/create_ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def create_ontology(repo_path, schema_name, schema_version, dest):
final_source = get_prerelease_path(repo_path, schema_name, schema_version)
print(f"Creating ontology from {final_source}")
# print(f"Creating ontology from {final_source}")

dataframes = load_dataframes(final_source)
_, omn_dict = convert_df_to_omn(dataframes)
Expand Down

0 comments on commit 193696a

Please sign in to comment.