Skip to content

Commit 03724f9

Browse files
TIHanKevinRansom
authored andcommitted
Removing what looks like code to help debugging, but caused out of index exceptions (#4940)
1 parent 2527e68 commit 03724f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vsintegration/src/FSharp.Editor/InlineRename/InlineRenameService.fs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ type internal InlineRenameLocationSet(locations: InlineRenameLocation [], origin
5353

5454
async {
5555
let! newSolution = applyChanges originalSolution (locations |> Array.toList |> List.groupBy (fun x -> x.Document))
56-
// > debug
57-
let newDoc = newSolution.GetDocument(locations.[0].Document.Id)
58-
let! newSource = newDoc.GetTextAsync(cancellationToken) |> Async.AwaitTask
59-
let newText = newSource.ToString()
60-
let _ = newText
61-
// < debug
6256
return
6357
{ new IInlineRenameReplacementInfo with
6458
member __.NewSolution = newSolution

0 commit comments

Comments
 (0)