Skip to content

Commit

Permalink
Suppress debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Dec 16, 2018
1 parent 73787e5 commit 145f402
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions verifier/report.gs
Expand Up @@ -38,12 +38,6 @@ function doPost(e) {
// https://docs.travis-ci.com/user/notifications#webhooks-delivery-format
postReport(JSON.parse(e.parameter.payload));
}

debug(JSON.stringify({
parameter: e.parameter,
query: e.queryString,
postData: e.postData ? e.postData.getDataAsString() : null
}));
} catch (err) {
debug(JSON.stringify({
error: err,
Expand Down

0 comments on commit 145f402

Please sign in to comment.