Skip to content

Commit

Permalink
Merge pull request #239 from nuwang/remove_deadcode
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
Alexandru Mahmoud committed May 5, 2020
2 parents bc13c94 + a9ca4a9 commit 422a449
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloudbridge/providers/aws/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,6 @@ def get_or_create_default(self):
# gateway. See note above about why this is commented
# default_router.attach_subnet(sn)
default_sn = sn
# No specific zone was supplied; return the last created subnet
# The list was originally reversed to have the last subnet be in zone a
if not default_sn:
default_sn = sn
return default_sn


Expand Down

0 comments on commit 422a449

Please sign in to comment.