From: Christophe Rhodes Date: Thu, 7 Oct 2010 22:09:59 +0000 (+0100) Subject: less debugging output cruft in `swank:frame-locals-and-catch-tags` X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=9b83d84a9630016cf93de94109d6ac01090e8f68;ds=sidebyside less debugging output cruft in `swank:frame-locals-and-catch-tags` --- diff --git a/swank.R b/swank.R index fe60f7d..f0aee27 100644 --- 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,