diff --git a/docs/pyerrors/input/hadrons.html b/docs/pyerrors/input/hadrons.html
index e03e62d3..adc8cfbe 100644
--- a/docs/pyerrors/input/hadrons.html
+++ b/docs/pyerrors/input/hadrons.html
@@ -341,7 +341,6 @@
vertex_names = []
for vertex in vertices:
vertex_names += _get_lorentz_names(vertex)
- print(vertex_names)
corr_data = {}
@@ -387,7 +386,6 @@
matrix[index] = CObs(real, imag)
result_dict[key] = Npr_matrix(matrix, mom_in=mom_in, mom_out=mom_out)
- # result_dict[key] = Npr_matrix(matrix.swapaxes(1, 2).reshape((12, 12), order='F'), mom_in=mom_in, mom_out=mom_out)
return result_dict
@@ -986,7 +984,6 @@ If specified only configurations in the given range are read in.
vertex_names = []
for vertex in vertices:
vertex_names += _get_lorentz_names(vertex)
- print(vertex_names)
corr_data = {}
@@ -1032,7 +1029,6 @@ If specified only configurations in the given range are read in.
matrix[index] = CObs(real, imag)
result_dict[key] = Npr_matrix(matrix, mom_in=mom_in, mom_out=mom_out)
- # result_dict[key] = Npr_matrix(matrix.swapaxes(1, 2).reshape((12, 12), order='F'), mom_in=mom_in, mom_out=mom_out)
return result_dict