Skip to content

Commit 7550bd6

Browse files
committed
Removed debug print statements
1 parent 90c91c4 commit 7550bd6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mumot/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,8 +1653,6 @@ def _plot_field(self) -> None:
16531653
self._update_params()
16541654
self._show_computation_start()
16551655
if not(self._silent): # @todo is this necessary?
1656-
print(self._figureNum)
1657-
print(id(plt.figure(self._figureNum)))
16581656
plt.clf()
16591657
self._resetErrorMessage()
16601658
self._showErrorMessage(str(self))

0 commit comments

Comments
 (0)