diff --git a/cachematrix.R b/cachematrix.R index 3e60e8887f0..d60a66e2ba0 100644 --- a/cachematrix.R +++ b/cachematrix.R @@ -38,7 +38,6 @@ cacheSolve <- function(x, ...) { m <- x$getmatrix() ## Retrieving the cached matrix if(!is.null(m)){ ## Checking to see is the cached matrix exists - message("getting cached data") return(m) }