Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Feb 20, 2018
1 parent 4d58c7d commit 55d29fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixops/resources/cloudwatch_metric_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def resolve_action(a):
cfg['InsufficientDataActions'] = map(resolve_action, defn.insufficient_data_actions)

if self.put_config != cfg or check:
pprint(cfg)
client.put_metric_alarm(**cfg)
with self.depl._db:
self.state = self.UP
Expand Down

0 comments on commit 55d29fa

Please sign in to comment.