Remove breaking debug statement

This commit is contained in:
Arjen Schwarz 2017-11-10 11:04:31 +11:00
parent 0e706320ad
commit f43f3155d4
No known key found for this signature in database
GPG Key ID: FA9F4AB57F735243
1 changed files with 0 additions and 1 deletions

View File

@ -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 {