Skip to content

Commit

Permalink
Manual debug message not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fenkod committed Jun 22, 2014
1 parent 97829f3 commit db6249c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cachematrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit db6249c

Please sign in to comment.