Remove obsolete comment.

We store the pageserver port in the .zenith/config file.
This commit is contained in:
Heikki Linnakangas
2021-10-25 16:43:52 +03:00
parent 3bbc106c70
commit 4726870e8d

View File

@@ -39,8 +39,6 @@ impl ComputeControlPlane {
// | |- <tenant_id>
// | | |- <branch name>
pub fn load(env: LocalEnv) -> Result<ComputeControlPlane> {
// TODO: since pageserver do not have config file yet we believe here that
// it is running on default port. Change that when pageserver will have config.
let pageserver = Arc::new(PageServerNode::from_env(&env));
let mut nodes = BTreeMap::default();