Skip to content

Commit

Permalink
Change bot's debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
benchambule committed Jul 28, 2024
1 parent 54e82a4 commit b059f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/interceptor_jump.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ enq.at('sport', async (request, tags) => {

enq.intercept('birthday', async (req, tags) => {
const parts = req.prompt.split(" ");
console.log(parts, tags);
let menu = null;

if(parts.length == 4){
Expand Down

0 comments on commit b059f63

Please sign in to comment.