Skip to content

Commit a09b746

Browse files
committed
remove unecessary print statement used while debugging
1 parent 37bacff commit a09b746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEntropy/entropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def _process_vibrational_entropy(
549549
"""
550550
# Find the relevant force and torque matrices and tidy them up
551551
# by removing rows and columns that are all zeros
552-
print(highest)
552+
553553
force_matrix = self._level_manager.filter_zero_rows_columns(force_matrix)
554554

555555
torque_matrix = self._level_manager.filter_zero_rows_columns(torque_matrix)

0 commit comments

Comments
 (0)