Skip to content

Commit 5202037

Browse files
committed
Remove redundant error logging in synckind check
1 parent 4d065de commit 5202037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SourceKitLSP/SourceKitLSPServer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ package actor SourceKitLSPServer {
519519
syncKind = .incremental
520520
}
521521
guard syncKind == .incremental else {
522-
logger.error("Received non-incremental update request, which is not implemented")
523522
throw ResponseError.internalError("non-incremental update not implemented")
524523
}
525524

0 commit comments

Comments
 (0)