Skip to content

Commit c752ab5

Browse files
author
Andrew Hall
authored
Update src/VisualStudio/Core/Def/StackTraceExplorer/StackFrameViewModel.cs
1 parent 82d7f5d commit c752ab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/VisualStudio/Core/Def/StackTraceExplorer/StackFrameViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ private CancellationToken GetNavigationCancellationToken()
230230

231231
if (_threadingContext.DisposalToken.IsCancellationRequested)
232232
{
233-
// If the view model is being disposed, we don't want to navigate.
234233
return _threadingContext.DisposalToken;
235234
}
236235

0 commit comments

Comments
 (0)