Skip to content

Commit

Permalink
fix: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 5, 2023
1 parent aa679a4 commit 7f4ed44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/MsBackendSql.R
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ setClass(
#'
#' @noRd
setValidity("MsBackendSql", function(object) {
cat("validObject", class(object), "\n")
msg <- NULL
if (length(object@spectraIds) != object@nspectra)
msg <- paste0("Number of spectra IDs does not match the number ",
Expand Down

0 comments on commit 7f4ed44

Please sign in to comment.