Skip to content

Commit

Permalink
Remove cloudflare config print (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders authored Jul 14, 2023
1 parent 021ff6b commit ee3ce1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skyplane/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ee3ce1f

Please sign in to comment.