diff --git a/skyplane/planner/planner.py b/skyplane/planner/planner.py index d716a4f9..a541feae 100644 --- a/skyplane/planner/planner.py +++ b/skyplane/planner/planner.py @@ -126,9 +126,9 @@ def _calculate_vm_types(self, region_tag: str) -> Optional[Tuple[str, int]]: # No quota limits (quota limits weren't initialized properly during skyplane init) if quota_limit is None: - logger.warning( - f"Quota limit file not found for {region_tag}. Try running `skyplane init --reinit-{cloud_provider}` to load the quota information" - ) + #logger.warning( + # f"Quota limit file not found for {region_tag}. Try running `skyplane init --reinit-{cloud_provider}` to load the quota information" + #) # return default instance type and number of instances return config_vm_type, self.n_instances