Skip to content

Commit

Permalink
removed print used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 8, 2024
1 parent c812a6a commit e1f4cc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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() + "/")

Expand Down

0 comments on commit e1f4cc1

Please sign in to comment.