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):