Skip to content

Commit 5421b6e

Browse files
committed
Adjust logs
1 parent a491f45 commit 5421b6e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Core/Sources/Service/RealtimeSuggestionController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public actor RealtimeSuggestionController {
9494
.fetchOrCreateWorkspaceAndFilespace(fileURL: fileURL)
9595

9696
if filespace.codeMetadata.uti == nil {
97-
Logger.service.info("Generate cache for file.")
97+
Logger.service.info("Generate cache for file.")
9898
// avoid the command get called twice
9999
filespace.codeMetadata.uti = ""
100100
do {

Pro

Submodule Pro updated from fa449bf to 4b948bb

Tool/Sources/XcodeInspector/XcodeWindowInspector.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public final class WorkspaceXcodeWindowInspector: XcodeWindowInspector {
5454
for await notification in axNotifications {
5555
guard notification.kind == .focusedUIElementChanged else { continue }
5656
guard let self else { return }
57-
Logger.service.debug("Workspace refresh")
5857
try Task.checkCancellation()
5958
await self.updateURLs()
6059
}

0 commit comments

Comments
 (0)