Skip to content

Commit

Permalink
jenkins: revert log entire payload from Jenkins status end updates
Browse files Browse the repository at this point in the history
This reverts commit ad4f572 which was
added to give more debugging info of failing ARM builds. That has been
fixed: #108 (comment)
  • Loading branch information
phillipj committed May 29, 2017
1 parent 0ee821a commit eb75cfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/jenkins-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ module.exports = function (app) {
return res.status(400).end('Invalid repository')
}

req.log.debug({ payload: req.body }, 'Jenkins / Github PR end status incoming')

pushJenkinsUpdate.pushEnded({
owner: 'nodejs',
repo,
Expand Down

0 comments on commit eb75cfc

Please sign in to comment.