From: Christophe Rhodes Date: Wed, 6 Apr 2011 07:47:23 +0000 (+0100) Subject: remove debugging code from swank-presentations X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=e67ca7eaf514cf5dd5a2303a4d18ca02d0e1dbf4 remove debugging code from swank-presentations --- diff --git a/swank-presentations.R b/swank-presentations.R index 0832faf..6ac0e75 100644 --- a/swank-presentations.R +++ b/swank-presentations.R @@ -27,7 +27,6 @@ sendReplResultFunction <- presentReplResult } `swank:lookup-presented-object` <- function(slimeConnection, sldbState, id) { - str(ls(slimeConnection)) if(exists(as.character(id), envir=slimeConnection$idToObject)) { value <- get(as.character(id), envir=slimeConnection$idToObject) list(value, TRUE)