From 4d3b48705941f6a6dc6adae6038a032a7c008498 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 9 Feb 2017 16:11:25 +0800 Subject: [PATCH] Comment debug code --- scripts/hubot-kredts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hubot-kredts.js b/scripts/hubot-kredts.js index da6ff44..00c8588 100644 --- a/scripts/hubot-kredts.js +++ b/scripts/hubot-kredts.js @@ -8,7 +8,7 @@ // Authors: // Sebastian Kippe -const fs = require('fs'); +// const fs = require('fs'); const fetch = require('node-fetch'); (function() { @@ -51,7 +51,7 @@ const fetch = require('node-fetch'); function handleGitHubIssueClosed(data) { return new Promise((resolve/*, reject*/) => { - fs.writeFileSync('tmp/github-issue.json', JSON.stringify(data, null, 4)); + // fs.writeFileSync('tmp/github-issue.json', JSON.stringify(data, null, 4)); let recipients; let issue = data.issue; let assignees = issue.assignees.map(a => a.login);