diff options
-rw-r--r-- | uio.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 = [] |