mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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),
|
"height": Int64(buffer.height),
|
||||||
"rowBytes": Int64(buffer.rowBytes)
|
"rowBytes": Int64(buffer.rowBytes)
|
||||||
]))
|
]))
|
||||||
print("Successful response for \(requestId)")
|
|
||||||
Self.remove(requestId: requestId)
|
Self.remove(requestId: requestId)
|
||||||
} catch {
|
} catch {
|
||||||
Self.remove(requestId: requestId)
|
Self.remove(requestId: requestId)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue