You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove code for ?verbose in _segments API (#116030)
A change made in 8.0 intended to deprecate this parameter. However,
because the new code only checked for the presence of the parameter
and never consumed it, the effect was actually to remove support for
the parameter. This code therefore basically does nothing and can be
removed.
0 commit comments