From e67ca7eaf514cf5dd5a2303a4d18ca02d0e1dbf4 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 6 Apr 2011 08:47:23 +0100 Subject: [PATCH] remove debugging code from swank-presentations --- swank-presentations.R | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2