From 8cd9ec939b12847efac6b3703dad3763abbab9e1 Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Mon, 10 Jun 2024 15:59:32 +0200 Subject: [PATCH] mend --- src/View/Geometry/PlotKPZ.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/View/Geometry/PlotKPZ.py b/src/View/Geometry/PlotKPZ.py index 2e904987..0ecbd558 100644 --- a/src/View/Geometry/PlotKPZ.py +++ b/src/View/Geometry/PlotKPZ.py @@ -106,7 +106,6 @@ class PlotKPZ(PamhyrPlot): s = event.artist.get_segments() x = [i[0,0] for i in s] - print(x) mx = event.mouseevent.xdata points = enumerate(x) @@ -119,8 +118,6 @@ class PlotKPZ(PamhyrPlot): points, key=dist_mouse ) - print("closest = "+str(closest)) - return closest def _select_in_table(self, ind):