Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Davies committed Jul 15, 2024
1 parent 152a3a6 commit 50de415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/connection-pane.R
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,6 @@ list_columns <- function(host, token, path = "", ...) {
dots <- list(...)
leaf <- dots[length(dots)]
leaf_type <- names(leaf)
print(leaf)
print(leaf_type)

# for clusters and warehouses things are simple
if (leaf_type == "cluster") {
Expand Down

0 comments on commit 50de415

Please sign in to comment.