Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jun 16, 2013
1 parent b00184b commit 40384da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/git_hooks/post_commit_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def main():
json = arguments.getvalue('payload')
content = loads(json)
if 'commits' in content:
from pprint import pformat
logger.info(pformat(content))
repo = content['repository']['name']

if repo in VALID_UPDATE_REPOSITORIES:
Expand Down

0 comments on commit 40384da

Please sign in to comment.