8000 remove debug print statement · sassoftware/sas_kernel@c0e0cfc · GitHub
[go: up one dir, main page]

Skip to content

Commit c0e0cfc

Browse files
authored
remove debug print statement
1 parent 40075ee commit c0e0cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sas_kernel/kernel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def _which_display(self, log: str, output: str = '') -> str:
166166
error_count, msg_list, error_line_list = self._is_error_log(log)
167167

168168
# no error and LST output
169-
print(error_count, len(output))
170169
if error_count == 0 and len(output) > self.lst_len:
171170
return self.Display(HTML(output))
172171

0 commit comments

Comments
 (0)
0