perf: Remove a few unnecessary log statements

This commit is contained in:
Marc Rousavy
2021-06-28 18:30:42 +02:00
parent 0f0f1fbb07
commit 26d19d5152
4 changed files with 0 additions and 5 deletions

View File

@@ -407,7 +407,6 @@ class CameraView(context: Context) : FrameLayout(context), LifecycleOwner {
val now = System.currentTimeMillis()
if (now - lastCall > intervalMs) {
lastCall = now
Log.d(TAG, "Calling Frame Processor...")
frameProcessorCallback(image)
}
image.close()