dev: remove code-intel from dev/start.sh install targets
Created by: bobheadxi
looks like https://github.com/sourcegraph/sourcegraph/pull/11419 removed code-intel services from vanilla sourcegraph, so these install targets were causing startup to fail with ./dev/start.sh
- from what I understand the workflow to start those services now should be to use ./enterprise/dev/start.sh
?