Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Stop logging payload to stdout...
Browse files Browse the repository at this point in the history
It doesn't seem to work for some reason (stdout buffering?)
  • Loading branch information
samstokes committed Sep 26, 2011
1 parent c3bae8b commit 6c05081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webhook.rb
Expand Up @@ -25,7 +25,6 @@

def handle_payload(payload)
events = payload.delete('events') or raise 'No events!'
pp payload
puts "Got #{events.size} events!"
log_per_app_and_error(events)
log_per_app_and_dyno(events)
Expand Down

0 comments on commit 6c05081

Please sign in to comment.