remove prints

frdel committed Aug 7, 2025 at 14:20 UTC 8daa769c11f2d924bc065b5d0d4b4e280dc85f75
1 file changed -3
python/helpers/shell_local.py
-3
@@ -42,9 +42,6 @@ class LocalInteractiveSession:
42 partial_output = clean_string(partial_output)
43 clean_full_output = clean_string(self.full_output)
44
45 - print("\n\n"+self.full_output.encode("unicode_escape").decode("ascii")+"\n\n")
46 -
47 -
45 if not partial_output:
46 return clean_full_output, None
47 return clean_full_output, partial_output
\ No newline at end of file