Skip to content

Commit

Permalink
chore: remove browser() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Jan 17, 2024
1 parent 5d95256 commit b4d03ce
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 @@ -82,7 +82,6 @@ arith_call_dbm_vect_multi = function(dbm, num_vect, generic_char, ordered_args)
#' @rdname hidden_aliases
#' @export
setMethod('Arith', signature(e1 = 'dbMatrix', e2 = 'ANY'), function(e1, e2) {
browser()
dbm = castNumeric(e1)

num_vect = if(typeof(e2) != 'double'){
Expand Down

0 comments on commit b4d03ce

Please sign in to comment.