Skip to content

Commit

Permalink
junk comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Apr 3, 2020
1 parent 990eb5d commit 2110a81
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pkg/resourcemanager/azuresql/azuresqlserver/azuresqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,26 +99,6 @@ func (_ *AzureSqlServerManager) CreateOrUpdateSQLServer(ctx context.Context, res
return "", result, err
}

// give the operator a moment to resolve quota errors
// consider storing future.PollingURL() and checking async op status on the next reconciliation
//time.Sleep(200 * time.Millisecond)

// pclient := NewPollClient()
// u := future.PollingURL()
// log.Println()
// log.Println()
// log.Println()
// res, err := pclient.Get(ctx, u)
// if err != nil {
// log.Println()
// log.Println(err)
// log.Println()
// } else {
// log.Println(res)
// log.Println(res.Status)
// log.Println()
// }

result, err = future.Result(serversClient)

return future.PollingURL(), result, err
Expand Down

0 comments on commit 2110a81

Please sign in to comment.