Skip to content

Commit 5687b24

Browse files
committed
Removed a print.
1 parent 813cfff commit 5687b24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/triqs_dft_tools/converters/wannier90.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ def convert_dft_input(self):
346346
archive[self.misc_subgrp]['band_window'] = band_window+1 # Change to 1-based index
347347
archive[self.misc_subgrp]['kpts_cart'] = np.dot(kpts, kpt_basis.T)
348348
mpi.barrier()
349-
mpi.report("Saving done.\n")
350349

351350
# Makes Fermi energy a class variable for testing
352351
self.fermi_energy = fermi_energy

0 commit comments

Comments
 (0)