Skip to content

Commit fb76039

Browse files
Jammy2211Jammy2211
authored andcommitted
remove print
1 parent 0202b6e commit fb76039

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autofit/text/text_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def result_max_lh_info_from(max_log_likelihood_sample : List[float], max_log_lik
4444
paths.append((path, value))
4545

4646
for path, value in find_groups(paths):
47-
print(path, value)
4847
formatter.add(path, format_str().format(value))
4948
results += [formatter.text + "\n"]
5049

0 commit comments

Comments
 (0)