Skip to content

Commit 35367aa

Browse files
authored
Remove debugging print statement.
1 parent f3d6680 commit 35367aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openml/runs/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def publish(self):
7979
"""
8080
predictions = arff.dumps(self._generate_arff())
8181
description_xml = self._create_description_xml()
82-
print(description_xml)
8382
file_elements = {'predictions': ("predictions.csv", predictions),
8483
'description': ("description.xml", description_xml)}
8584
return_code, return_value = _perform_api_call(

0 commit comments

Comments
 (0)