Christophe Weblog Wiki Code Publications Music
less debugging output cruft in `swank:frame-locals-and-catch-tags`
authorChristophe Rhodes <csr21@cantab.net>
Thu, 7 Oct 2010 22:09:59 +0000 (23:09 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 7 Oct 2010 22:09:59 +0000 (23:09 +0100)
swank.R

diff --git a/swank.R b/swank.R
index fe60f7db49e0c18d9a776996b35b7e49c749bf5f..f0aee27babe75b918535f5a6efdae9264d70e78e 100644 (file)
--- a/swank.R
+++ b/swank.R
@@ -377,7 +377,6 @@ computeRestartsForEmacs <- function (sldbState) {
 }
 
 `swank:frame-locals-and-catch-tags` <- function(slimeConnection, sldbState, index) {
-  str(sldbState$frames)
   frame <- sldbState$frames[[1+index]]
   objs <- ls(envir=frame)
   list(lapply(objs, function(name) { list(quote(`:name`), name,