Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Apr 12, 2023
1 parent 92fa7fb commit 9140cde
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,6 @@ def _calculate_scattering_angle(self, table_name, spec_list):
@param table_name - name of table containing fitted parameters for the peak centres
@param spec_list - spectrum range to calculate t0 for.
"""
import pydevd_pycharm
pydevd_pycharm.settrace('localhost', port=8080, stdoutToServer=True, stderrToServer=True)

t0 = read_table_column(self._current_workspace, 't0', spec_list)
L0 = read_table_column(self._current_workspace, 'L0', spec_list)
Expand Down

0 comments on commit 9140cde

Please sign in to comment.