# What this PR does
Removes old code that is no longer referenced/used:
- `organization-logs` UI page + model. This page is hidden from
navigation, but if you go to it the API endpoint it hits does not exist
and returns HTTP 404.
- several icons/images that were no longer referenced:
- `icons/cross-circled.svg`
- `icons/grafana-icon.svg`
- `icons/heart-green.svg`
- `icons/heart-line.svg`
- `icons/heart-red.svg`
- Several Icon components in `icons/index.tsx` that were no longer
referenced
- `img/telegram_discussion.png`
- `interceptors/index.ts` - see comment on that file. This interceptor
is never invoked.
- models
- curler
- current_subscription
- integrations_list
- leader
- timezone - the `tzs` array of timezone strings was duplicated
- webinar
- services
- experimentManager
- googleTagManager
- urlManager
## Checklist
- [ ] Unit, integration, and e2e (if applicable) tests updated (N/A)
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required) (N/A)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required) (N/A)