Skip to content

Commit 503fd8c

Browse files
committed
Remove dead code
1 parent 893678c commit 503fd8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PkgAuthentication.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ function step(state::NeedRefresh)::Union{HasNewToken, NoAuthentication, Failure}
210210
@debug "request for refreshing token failed" exception=(err, catch_backtrace())
211211
return NoAuthentication(state.server)
212212
end
213-
214-
return GenericError(response)
215213
end
216214

217215
struct HasNewToken <: State

0 commit comments

Comments
 (0)