diff --git a/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs b/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs
index 51442d29a..fcbdb86fc 100644
--- a/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs
+++ b/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs
@@ -1947,8 +1947,6 @@ type AdaptiveFSharpLspServer
 
           let! tyRes = state.GetOpenFileTypeCheckResults filePath |> AsyncResult.ofStringErr
 
-          let _fcsRange = protocolRangeToRange (UMX.untag filePath) p.Range
-
           let! pipelineHints = Commands.inlineValues volatileFile.Source tyRes
 
           let hints =
@@ -3008,8 +3006,6 @@ module AdaptiveFSharpLspServer =
           None
       | _ -> None
 
-    let _strategy = StreamJsonRpcTracingStrategy(Tracing.fsacActivitySource)
-
     let (|Flatten|_|) (e: exn) =
       match e with
       | :? AggregateException as aex ->