Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 20, 2024
1 parent d5d4c07 commit 31d48f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/callback-tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ sic_data_float_h <- function(dat, ...) {
]
dat[rawdata_present == FALSE, rawdata := Val] # Fix measurements that only have one
dat[, rawdata_present := NULL]
print(dat)
dat

return(dat)
}

0 comments on commit 31d48f7

Please sign in to comment.