Remove breaking debug statement

pull/5548/head
Arjen Schwarz 9 years ago
parent 0e706320ad
commit f43f3155d4
No known key found for this signature in database
GPG Key ID: FA9F4AB57F735243

@ -83,7 +83,6 @@ func (s *StepDeleteResourceGroup) deleteResourceGroup(state multistep.StateBag,
return err
} else {
_, errChan := s.client.GroupsClient.Delete(resourceGroupName, cancelCh)
s.say(state.Get(constants.ArmIsExistingResourceGroup).(string))
err = <-errChan
if err != nil {

Loading…
Cancel
Save