remove accidental break

This commit is contained in:
Jay Lee
2017-01-24 12:17:52 -05:00
parent 46b79334e4
commit 33cfb940b4

View File

@ -6249,7 +6249,6 @@ def doCreateProject(login_hint=None):
while True:
create_again = False
print u'Creating project "%s"...' % body[u'name']
break
create_operation = callGAPI(crm.projects(), u'create', body=body)
operation_name = create_operation[u'name']
time.sleep(5) # Google recommends always waiting at least 5 seconds