Skip to content

Commit 82fa313

Browse files
authored
remove debug prints
1 parent 7147d82 commit 82fa313

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

psiflow/sampling/sampling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ def setup_system_template(
275275
system_template.append(labels)
276276

277277
for i in range(len(ensemble_table)):
278-
print(i)
279-
print(ensemble_table.get_index(i))
280278
instance = ET.Element("instance")
281279
instance.text = create_xml_list([f'{i}'] + [str(w) for w in ensemble_table.get_index(i)])
282280
system_template.append(instance)

0 commit comments

Comments
 (0)