[geany/infrastructure] 40384d: Remove debug code

Enrico Tröger git-noreply at xxxxx
Sun Jun 16 09:10:30 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 16 Jun 2013 09:10:30 UTC
Commit:      40384dacd3f1c5d2224f906477add1a289882127
             https://github.com/geany/infrastructure/commit/40384dacd3f1c5d2224f906477add1a289882127

Log Message:
-----------
Remove debug code


Modified Paths:
--------------
    scripts/git_hooks/post_commit_hook.py

Modified: scripts/git_hooks/post_commit_hook.py
2 files changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -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:



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list