Skip to content

Commit

Permalink
removing debug_log_file_out variable and its use
Browse files Browse the repository at this point in the history
  • Loading branch information
luisodls committed Oct 29, 2019
1 parent 0d5b705 commit 33ceaf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/dui/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,6 @@ def build_command_lst(node_obj, cmd_lst):
node_obj.log_file_out = str(node_obj.lin_num) + "_" + cmd_lst_ini + ".log"
output_str = "output.log=" + node_obj.log_file_out
lst_inner.append(output_str)
node_obj.debug_log_file_out = (
str(node_obj.lin_num) + "_" + cmd_lst_ini + ".debug.log"
)
output_str = "output.debug_log=" + node_obj.debug_log_file_out
lst_inner.append(output_str)

elif cmd_lst_ini == "generate_mask":
lst_inner1 = list(lst_inner)
Expand Down
1 change: 0 additions & 1 deletion src/dui/m_idials.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def __init__(self, prev_step=None):
self.json_file_out = None
self.phil_file_out = None
self.log_file_out = None
self.debug_log_file_out = None
self.report_out = None
self.predict_pickle_out = None
self.err_file_out = None
Expand Down

0 comments on commit 33ceaf8

Please sign in to comment.