Skip to content

Commit

Permalink
removing the extra presets... honors only the presets registered in t…
Browse files Browse the repository at this point in the history
…he Captivate backend
  • Loading branch information
jeffmikels committed Jan 29, 2025
1 parent 417d612 commit 24a59c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ module.exports = {
})

action.callback = (action) => {
console.log('user used action:')
console.dir(action, { depth: 5 })
// console.log('user used action:')
// console.dir(action, {depth: 5})

// if we have no titles, the first two are populated
let varname
Expand Down

0 comments on commit 24a59c1

Please sign in to comment.