Skip to content

Commit

Permalink
chore: remove random browser() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Feb 7, 2024
1 parent cca5919 commit 827b4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ setMethod('[<-', signature(x = 'dbData', i = 'missing', j = 'missing', value = '
setMethod('[', signature(x = 'dbMatrix', i = 'dbIndex', j = 'missing', drop = 'missing'),
function(x, i, ...) {

browser()
# get dbMatrix info
con = x[][[1]]$con # TODO: use proper getter
tbl_name = x@name # TODO: use proper getter
Expand Down

0 comments on commit 827b4cf

Please sign in to comment.