Skip to content

Commit 3d886ba

Browse files
remove print statement
1 parent d7ceae6 commit 3d886ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mantidimaging/gui/test/gui_system_loading_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def test_replace_image_stack(self, mocked_select_file):
256256
self.assertEqual(20, list(self.main_window.presenter.datasets)[0].sample.data.shape[0])
257257

258258
def _check_datasets_consistent(self, show_datasets=False) -> None:
259-
print("_check_datasets_consistent")
260259
if show_datasets:
261260
print("Main window datasets")
262261
for k, v in self.main_window.presenter.model.datasets.items():

0 commit comments

Comments
 (0)