Skip to content

Commit

Permalink
Revert "attempt-backport: disable debug info for prod"
Browse files Browse the repository at this point in the history
This reverts commit 6c3167e.

Refs: #100
  • Loading branch information
Fishrock123 committed Dec 11, 2016
1 parent a05e3b9 commit 2f2ab3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/attempt-backport.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ function attemptBackport (options, version, isLTS, cb) {
}
callback()
})
// // Useful when debugging.
//
// cp.stdout.on('data', (data) => {
// options.logger.debug(data.toString())
// })
// cp.stderr.on('data', (data) => {
// options.logger.debug(data.toString())
// })
// Useful when debugging.

cp.stdout.on('data', (data) => {
options.logger.debug(data.toString())
})
cp.stderr.on('data', (data) => {
options.logger.debug(data.toString())
})

return cp
}
Expand Down

0 comments on commit 2f2ab3b

Please sign in to comment.