mirror of
https://github.com/cheveguerra/botLeiferAurik-Mod_2.0.git
synced 2026-04-17 19:36:17 +00:00
quitamos logs
This commit is contained in:
2
app.js
2
app.js
@@ -39,7 +39,6 @@ app.use('/', require('./routes/web'))
|
||||
*/
|
||||
const listenMessage = () => client.on('message', async msg => {
|
||||
const { from, body, hasMedia } = msg;
|
||||
// console.log(msg)
|
||||
// console.log("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
||||
console.log("+++++++++++++++++++++++++++++++++++++ INICIO +++++++++++++++++++++++++++++++++++++++");
|
||||
// console.log("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
||||
@@ -123,7 +122,6 @@ const listenMessage = () => client.on('message', async msg => {
|
||||
// console.log("HAY URL?? : "+nuevaRespuesta.search("/URL"));
|
||||
|
||||
var resps = require('./flow/response.json');
|
||||
console.log('################################# hhh ###########################')
|
||||
nuevaRespuesta = remplazos(resps[step].replyMessage.join(''), msg);
|
||||
var pasoRequerido = resps[step].pasoRequerido;
|
||||
// var hayRequest = false;
|
||||
|
||||
Reference in New Issue
Block a user