From 9b83d84a9630016cf93de94109d6ac01090e8f68 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Thu, 7 Oct 2010 23:09:59 +0100 Subject: [PATCH] less debugging output cruft in `swank:frame-locals-and-catch-tags` --- swank.R | 1 - 1 file changed, 1 deletion(-) 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, -- 2.30.2