Skip to content

Commit

Permalink
remove debugging code from swank-presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
csrhodes committed Apr 6, 2011
1 parent 7ca2fbc commit e67ca7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swank-presentations.R
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ sendReplResultFunction <- presentReplResult
} }


`swank:lookup-presented-object` <- function(slimeConnection, sldbState, id) { `swank:lookup-presented-object` <- function(slimeConnection, sldbState, id) {
str(ls(slimeConnection))
if(exists(as.character(id), envir=slimeConnection$idToObject)) { if(exists(as.character(id), envir=slimeConnection$idToObject)) {
value <- get(as.character(id), envir=slimeConnection$idToObject) value <- get(as.character(id), envir=slimeConnection$idToObject)
list(value, TRUE) list(value, TRUE)
Expand Down

0 comments on commit e67ca7e

Please sign in to comment.