Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Jul 20, 2024
1 parent 8c5e913 commit 74881d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions srcjs/exts/conductor.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@ Shiny.addCustomMessageHandler('conductor-init', (opts) => {

// Set shiny input to active or inactive
tour[opts.id].on("active", () => {
console.log(opts.id)
Shiny.setInputValue(opts.id + '_is_active', true);
})
tour[opts.id].on("inactive", () => {
console.log(opts.id)
Shiny.setInputValue(opts.id + '_is_active', false);
})

Expand Down

0 comments on commit 74881d9

Please sign in to comment.