remove console

This commit is contained in:
karl.hudgell 2020-06-24 10:55:51 +01:00
parent 46c8642534
commit 031fff48bd

4
app.js
View File

@ -85,7 +85,7 @@ bot.on('message', (msg) => {
}; };
cachedRequest(options, function (error, response, body) { cachedRequest(options, function (error, response, body) {
console.log(response) // console.log(response)
if (error) throw new Error(error); if (error) throw new Error(error);
// console.log(body); // console.log(body);
@ -125,7 +125,7 @@ bot.on('message', (msg) => {
}; };
request(options, function (error, response, body) { request(options, function (error, response, body) {
console.log(response) // console.log(response)
if (error) throw new Error(error); if (error) throw new Error(error);
let jsonBody = JSON.parse(body) let jsonBody = JSON.parse(body)