Skip to content

Commit

Permalink
Removed debugs and redundant table printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasimha Raghavan authored and Jayasimha Raghavan committed Sep 15, 2023
1 parent 4849573 commit b2a4c80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unskript-ctl/unskript-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def run_ipynb(filename: str, status_list_of_dict: list = None):
failed_result_available = False
failed_result = {}

print(r)
for result in r.split('\n'):
if result == '':
continue
Expand Down Expand Up @@ -322,10 +321,6 @@ def run_ipynb(filename: str, status_list_of_dict: list = None):
failed_result)
idx += 1

# New Line to make the output clear to see
print("")
print(tabulate(result_table, headers='firstrow', tablefmt='fancy_grid'))

if failed_result_available is True:
print("")
print("FAILED RESULTS")
Expand Down

0 comments on commit b2a4c80

Please sign in to comment.