diff --git a/main.py b/main.py index 7928cbd..ce3f69d 100755 --- a/main.py +++ b/main.py @@ -414,14 +414,9 @@ if __name__ == "__main__": text="Choose a service:", values=actions ).run() - - print("Selected:", selected_action) - - - - + # print("Possible actions: \n") # i = 1 # for a in actions: