Fix uploads, add server key entry

This commit is contained in:
Christoph Hagen
2022-06-11 11:27:56 +02:00
parent 093d82893b
commit 2b3ab859fc
10 changed files with 155 additions and 100 deletions

View File

@ -62,9 +62,6 @@ extension FrameManager: AVCapturePhotoCaptureDelegate {
log("Could not mask image")
return nil
}
print(image.size)
print(masked.size)
print(masked.scale)
return masked
}
}