From 63f4f822288cadc61d9d55fd5d86f78798993270 Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Sun, 30 Jul 2023 18:10:14 +0200 Subject: [PATCH] remove spurious print --- src/gui_qt/lib/pg_objects.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui_qt/lib/pg_objects.py b/src/gui_qt/lib/pg_objects.py index 9978031..6612848 100644 --- a/src/gui_qt/lib/pg_objects.py +++ b/src/gui_qt/lib/pg_objects.py @@ -375,9 +375,6 @@ class PlotItem(PlotDataItem): class RegionItem(LinearRegionItem): def __init__(self, *args, **kwargs): self.mode = kwargs.pop('mode', 'half') - - print(args, kwargs) - super().__init__(*args, **kwargs) self.logmode = False