We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8503904 commit 6b17d25Copy full SHA for 6b17d25
SoftLayer/CLI/account/events.py
@@ -69,7 +69,6 @@ def unplanned_event_table(events):
69
unplanned_table.align['Subject'] = 'l'
70
unplanned_table.align['Impacted Resources'] = 'l'
71
for event in events:
72
- print(event.get('modifyDate'))
73
unplanned_table.add_row([
74
event.get('id'),
75
event.get('systemTicketId'),
0 commit comments