Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jld23 authored Jul 13, 2021
1 parent 40075ee commit c0e0cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sas_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def _which_display(self, log: str, output: str = '') -> str:
error_count, msg_list, error_line_list = self._is_error_log(log)

# no error and LST output
print(error_count, len(output))
if error_count == 0 and len(output) > self.lst_len:
return self.Display(HTML(output))

Expand Down

0 comments on commit c0e0cfc

Please sign in to comment.