Removed logging from Github module as we're now logging in server.js for triggers.
This commit is contained in:
parent
2a4a0d689f
commit
1966e65742
|
@ -27,8 +27,6 @@ exports.execute = function(message) {
|
|||
request(url, function (error, response, body) {
|
||||
if (!error && response.statusCode == 200) {
|
||||
message.channel.sendMessage(`Github Pull Request: ${url}`);
|
||||
} else {
|
||||
logger.info(`PR #{issue} does not exist.`)
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue