| @@ -1975,15 +1975,8 @@ | ||
| 1975 | 1975 | // Failed to register AI Insights endpoint |
| 1976 | 1976 | } |
| 1977 | 1977 | |
| 1978 | 1978 | try { |
| 1979 | - $brand_visibility_endpoint = new Brand_Visibility_Endpoint(); | |
| 1980 | - $brand_visibility_endpoint->register_routes(); | |
| 1981 | - } catch (\Exception $e) { | |
| 1982 | - // Failed to register Brand Visibility endpoint | |
| 1983 | - } | |
| 1984 | - | |
| 1985 | - try { | |
| 1986 | 1979 | $performance_endpoint = new Performance_Endpoint(); |
| 1987 | 1980 | $performance_endpoint->register_routes(); |
| 1988 | 1981 | } catch (\Exception $e) { |
| 1989 | 1982 | // Failed to register Performance endpoint |