We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ff26 commit 4e4303aCopy full SHA for 4e4303a
1 file changed
client/deis.py
@@ -508,7 +508,6 @@ def apps_open(self, args):
508
"/api/apps/{}/calculate".format(app))
509
if response.status_code == requests.codes.ok: # @UndefinedVariable
510
databag = json.loads(response.content)
511
- print(databag)
512
domains = databag.get('domains', [])
513
if domains:
514
domain = random.choice(domains)
0 commit comments