summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uio.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/uio.py b/uio.py
index 4f1a85c..e34fcfd 100644
--- a/uio.py
+++ b/uio.py
@@ -341,10 +341,7 @@ class ProfilePrintSystem(PrintSystem):
self.print_line('')
self.print_actions(profile)
self.print_line('')
- else:
- for line in action.output:
- print line
-
+
def print_profiles(self, profiles):
self.print_line(highlight + space + 'Profiles:' + reset)
table = []