Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Apr 17, 2024
1 parent e70c14a commit 6042f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
)
)

self$log_message(sprintf("Value for displayed_datasets_index: %s", toString(available_datasets)))
self$log_message(sprintf("Value for available_datasets: %s", toString(displayed_datasets_index)))
self$log_message(sprintf("Value for displayed_datasets_index: %s", toString(displayed_datasets_index)))
self$log_message(sprintf("Value for available_datasets: %s", toString(available_datasets)))

available_datasets[displayed_datasets_index]
},
Expand Down

0 comments on commit 6042f56

Please sign in to comment.