From 193696a43789dc787d1061f74a3fab61717024b6 Mon Sep 17 00:00:00 2001 From: IanCa Date: Tue, 4 Jun 2024 18:53:55 -0500 Subject: [PATCH] remove debug print --- hed/scripts/create_ontology.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hed/scripts/create_ontology.py b/hed/scripts/create_ontology.py index 2b4aa993..24878d33 100644 --- a/hed/scripts/create_ontology.py +++ b/hed/scripts/create_ontology.py @@ -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)