Skip to content

Commit

Permalink
[Resolve Sceptre#573] Remove duplication of timestamp (Sceptre#578)
Browse files Browse the repository at this point in the history
Removes the extra timestamp on the right.
  • Loading branch information
m1keil authored and ngfgrant committed Jan 4, 2019
1 parent 491babd commit 4916c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sceptre/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ def _log_new_events(self):
]
for event in new_events:
self.logger.info(" ".join([
event["Timestamp"].replace(microsecond=0).isoformat(),
self.name,
event["LogicalResourceId"],
event["ResourceType"],
Expand Down

0 comments on commit 4916c43

Please sign in to comment.