Changeset 2a174d4 in sasview for src/sas/qtgui


Ignore:
Timestamp:
Sep 8, 2018 2:04:36 AM (6 years ago)
Author:
ibressler
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
50cafe7
Parents:
2f14b5d
Message:

PlotterWidget?: removed unused/orphaned import of logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter.py

    rc2f3ca2 r2a174d4  
    420420        This effectlvely refreshes the chart with changes to one of its plots 
    421421        """ 
    422         import logging 
    423422        self.removePlot(id) 
    424423        self.plot(data=new_plot) 
Note: See TracChangeset for help on using the changeset viewer.