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.");