Skip to content

Commit

Permalink
Remove stray debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 10, 2024
1 parent 8c7ece3 commit cf147a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/podio_gen/cpp_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ def _write_all_collections_header(self):
def _write_edm_def_file(self):
"""Write the edm definition to a compile time string"""
model_encoder = DataModelJSONEncoder()
print(f"{self.datamodel_version=}")
data = {
"package_name": self.package_name,
"edm_definition": model_encoder.encode(self.datamodel),
Expand Down

0 comments on commit cf147a0

Please sign in to comment.