From b71651220b5c4ba2963470b8b5d6e77201ee2a57 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Fri, 25 Jul 2025 02:40:39 +0530 Subject: [PATCH] chore: revert --- .../lib/services/machine_learning/compute_controller.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile/apps/photos/lib/services/machine_learning/compute_controller.dart b/mobile/apps/photos/lib/services/machine_learning/compute_controller.dart index 3c4f9d046c..8f19c83c19 100644 --- a/mobile/apps/photos/lib/services/machine_learning/compute_controller.dart +++ b/mobile/apps/photos/lib/services/machine_learning/compute_controller.dart @@ -72,10 +72,6 @@ class ComputeController { } bool requestCompute({bool ml = false, bool stream = false}) { - // TODO: Remove check - if (!isProcessBg) { - return false; - } _logger.info("Requesting compute: ml: $ml, stream: $stream"); if (!_isDeviceHealthy || !isProcessBg && !_canRunGivenUserInteraction()) { _logger.info("Device not healthy or user interacting, denying request.");