Skip to content

Commit dfa8063

Browse files
committed
Disable logging of prefetch suggestion
1 parent 321b2e2 commit dfa8063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Service/RealtimeSuggestionController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public class RealtimeSuggestionController {
198198
}
199199
if Task.isCancelled { return }
200200

201-
Logger.service.info("Prefetch suggestions.")
201+
// Logger.service.info("Prefetch suggestions.")
202202

203203
// So the editor won't be blocked (after information are cached)!
204204
await PseudoCommandHandler().generateRealtimeSuggestions(sourceEditor: sourceEditor)

0 commit comments

Comments
 (0)