diff --git a/lib/Service/GeophotoService.php b/lib/Service/GeophotoService.php index 1fc4ae2df..8a78e53ec 100644 --- a/lib/Service/GeophotoService.php +++ b/lib/Service/GeophotoService.php @@ -169,9 +169,6 @@ private function getLocationGuesses($dateTaken) { $locations[] = $location; } } - if (count($locations) === 0) { - $locations[] = [null, null]; - } return $locations; }