mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore: remove swift logs (#25857)
This commit is contained in:
parent
23445fdcc1
commit
8872d2c7ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue