Remove breaking debug statement
This commit is contained in:
parent
0e706320ad
commit
f43f3155d4
|
@ -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…
Reference in New Issue