removed unnecessary line

This commit is contained in:
Barbara Borges Ribeiro
2016-04-07 02:01:56 +01:00
parent 477d46316e
commit 3107eec697

View File

@@ -888,7 +888,6 @@ ShinySession <- R6Class(
function() { ..stacktraceon..(download$func(tmpdata)) }
)), silent = TRUE)
if (inherits(result, 'try-error')) {
cond <- attr(result, 'condition', exact = TRUE)
unlink(tmpdata)
stop(result)
}