Skip to content

Commit

Permalink
Removed unwanted comments from iOS LlmTaskRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
priankakariatyml committed Mar 5, 2024
1 parent 850f269 commit 49c2a2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediapipe/tasks/ios/genai/core/sources/LlmTaskRunner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ private extension LlmTaskRunner {

var responseStrings: [String] = []
for responseIndex in 0..<Int(responseContext.response_count) {
/// Throw an error if the response string is `NULL`.
guard let cResponseString = cResponseArray[responseIndex] else {
return nil
}
Expand Down

0 comments on commit 49c2a2f

Please sign in to comment.