Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d22d72

Browse files
author
Joel M
committed
tidy up..
1 parent e1f23da commit 0d22d72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cachematrix.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ cacheSolve <- function(x, ...) {
3434
## always invertible.
3535
im <- x$getmatrix()
3636
if(!is.null(im)){
37-
message("getting cached data...")
3837
return (im)
3938
}
4039
m <- x$get()

0 commit comments

Comments
 (0)