Skip to content

Commit 3107eec

Browse files
committed
removed unnecessary line
1 parent 477d463 commit 3107eec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/shiny.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ ShinySession <- R6Class(
888888
function() { ..stacktraceon..(download$func(tmpdata)) }
889889
)), silent = TRUE)
890890
if (inherits(result, 'try-error')) {
891-
cond <- attr(result, 'condition', exact = TRUE)
892891
unlink(tmpdata)
893892
stop(result)
894893
}

0 commit comments

Comments
 (0)