Skip to content

Commit

Permalink
Revert "Add debug log"
Browse files Browse the repository at this point in the history
  • Loading branch information
almirmcunhajr authored Jul 2, 2024
1 parent 9dd8704 commit e3f0fce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azuredevops/taskagent/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"net/url"
"strconv"
"strings"
"log"
)

var ResourceAreaId, _ = uuid.Parse("a85b8835-c1a1-4aac-ae97-1c3d0ba72dbd")
Expand Down Expand Up @@ -1413,11 +1412,6 @@ func (client *ClientImpl) GetMessage(ctx context.Context, args GetMessageArgs) (
if args.LastMessageId != nil {
queryParams.Add("lastMessageId", strconv.FormatUint(*args.LastMessageId, 10))
}

runner := ctx.Value("runner").(string)
log.Printf("Getting message for runner %s with query params %s\n", runner, queryParams.Encode())
log.Printf("Getting message for runner %s with route values %s\n", runner, routeValues)

locationId, _ := uuid.Parse("c3a054f6-7a8a-49c0-944e-3a8e5d7adfd7")
resp, err := client.Client.Send(ctx, http.MethodGet, locationId, "5.1-preview.1", routeValues, queryParams, nil, "", "application/json", nil)
if err != nil {
Expand Down

0 comments on commit e3f0fce

Please sign in to comment.