mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
removed print statement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user