From b2ba874bb60b7968c1a99e9afa0e66a6a9eabecf Mon Sep 17 00:00:00 2001
From: ldam <ldam@passcal.nmt.edu>
Date: Thu, 20 Jun 2024 20:44:00 -0600
Subject: [PATCH] remove docstring for re-decimate in set_lim

---
 .../view/plotting/plotting_widget/plotting_widget.py            | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py b/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py
index 1a8184df..14932b71 100644
--- a/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py
+++ b/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py
@@ -701,8 +701,6 @@ class PlottingWidget(QtWidgets.QScrollArea):
         """
         + Append to zoom_minmax_list if called from a zoom_in. First time
         plotting is considered a zoom_in to create first x range in the list.
-        + Re-decimate channel data to get more detail when zoom in
-            (get_zoom_data)
         + Update timestamp bar with new ticks info
         + Update gap_bar by setting xlim and re-calculate gap total.
         + for each axes, set new x_lim, y_lim, label for totals of data points
-- 
GitLab