remove console
This commit is contained in:
parent
46c8642534
commit
031fff48bd
4
app.js
4
app.js
@ -85,7 +85,7 @@ bot.on('message', (msg) => {
|
||||
};
|
||||
|
||||
cachedRequest(options, function (error, response, body) {
|
||||
console.log(response)
|
||||
// console.log(response)
|
||||
if (error) throw new Error(error);
|
||||
|
||||
// console.log(body);
|
||||
@ -125,7 +125,7 @@ bot.on('message', (msg) => {
|
||||
};
|
||||
|
||||
request(options, function (error, response, body) {
|
||||
console.log(response)
|
||||
// console.log(response)
|
||||
|
||||
if (error) throw new Error(error);
|
||||
let jsonBody = JSON.parse(body)
|
||||
|
Loading…
x
Reference in New Issue
Block a user