From e1f4cc16b087b0d120ed6c915e932bbed8d0cccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Fri, 8 Nov 2024 14:00:18 +0100 Subject: [PATCH] removed print used for debugging --- .github/workflows/process_profile_script.py | 2 -- 1 file changed, 2 deletions(-) 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() + "/")