Skip to content

Commit 760be31

Browse files
committed
Avoid logging options for a workspace twice
We are already logging the options below.
1 parent f60752b commit 760be31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/SourceKitLSPServer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ extension SourceKitLSPServer {
835835
.appendingPathComponent("config.json")
836836
)
837837
)
838-
logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
838+
logger.log("Creating workspace at \(workspaceFolder.forLogging)")
839839
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
840840

841841
let workspace = await Workspace(

0 commit comments

Comments
 (0)