Skip to content

Commit 9e1f0ab

Browse files
committed
perf: remove redundant stopwatch start call in completion logic
1 parent ad1bb44 commit 9e1f0ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Main/Completion.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ let completion
357357
// logInfo (sprintf "completion prefix %A %A" prefixSoFar (items |> List.map (fun x -> x.label)))
358358

359359
let stopwatch = System.Diagnostics.Stopwatch.StartNew()
360-
stopwatch.Start()
361360
let position = PosHelper.fromZ p.position.line p.position.character // |> (fun p -> Pos.fromZ)
362361

363362
let filetext =

0 commit comments

Comments
 (0)