diff --git a/skyplane/config.py b/skyplane/config.py index c0ff1f85f..f1210d8a9 100644 --- a/skyplane/config.py +++ b/skyplane/config.py @@ -245,8 +245,6 @@ def to_config_file(self, path): if path.exists(): config.read(os.path.expanduser(path)) - print("CONFIG", self.cloudflare_enabled, self.cloudflare_access_key_id, self.cloudflare_secret_access_key) - if "aws" not in config: config.add_section("aws") config.set("aws", "aws_enabled", str(self.aws_enabled))