removed print statement

This commit is contained in:
mertalev
2026-02-02 02:27:14 -05:00
parent 8a600e0811
commit 79a8031b9e

View File

@@ -130,7 +130,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)