Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(editor): remove unneeded network call (#6399)
**Problem:** We have a `/permissions` network call on our loading critical path, but its result is not being used (yet?) **Fix:** Remove the call for now since it is sometimes blocking loading the editor (competing for network) - [X] I opened a hydrogen project and it loaded - [X] I could navigate to various routes in Preview mode
- Loading branch information