Remove accidental browser()

This commit is contained in:
Winston Chang
2014-08-06 21:18:45 -05:00
parent 3f0ab9a88a
commit 30c80279c8

View File

@@ -695,7 +695,6 @@ runApp <- function(appDir=getwd(),
if (!is.null(appParts$onEnd))
on.exit(appParts$onEnd(), add = TRUE)
browser()
server <- startApp(appParts, port, host, quiet)
on.exit({