diff --git a/.github/workflows/process_profile_script.py b/.github/workflows/process_profile_script.py index 7f90a1f..76dddd6 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -85,8 +85,6 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p print("Parsing completed with size", len(g), "") - print(g.subject_objects(), "\n\n#\n") - # Creating profile URI profile_uri = URIRef(str(bioschemas) + profile_name.capitalize() + "/")