chore: remove swift logs (#25857)

This commit is contained in:
Alex 2026-02-03 10:00:17 -06:00 committed by GitHub
parent 23445fdcc1
commit 8872d2c7ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,6 @@ class LocalImageApiImpl: LocalImageApi {
"height": Int64(buffer.height),
"rowBytes": Int64(buffer.rowBytes)
]))
print("Successful response for \(requestId)")
Self.remove(requestId: requestId)
} catch {
Self.remove(requestId: requestId)