Skip to content

Commit

Permalink
Remove leftover print debug statement (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Jun 21, 2018
1 parent 5d231a3 commit 45b122f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stacker/actions/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def should_ensure_cfn_bucket(outline, dump):
bool: If access to CF bucket is needed, return True.
"""
print "OUTLINE: %s, DUMP: %s" % (outline, dump)
return not outline and not dump


Expand Down

0 comments on commit 45b122f

Please sign in to comment.