Skip to content

Commit

Permalink
fix: remove random browser() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Aug 15, 2024
1 parent f38e8cb commit 0b3b3cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ setMethod('Arith', signature(e1 = 'dbMatrix', e2 = 'dbMatrix'),
#' @export
setMethod('Ops', signature(e1 = 'dbMatrix', e2 = 'ANY'), function(e1, e2)
{
browser()

build_call = glue::glue(
'e1[] |> dplyr::mutate(x = `',
Expand Down

0 comments on commit 0b3b3cc

Please sign in to comment.