Skip to content

Commit

Permalink
Cleanup unnecessary logging in github_license closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gineer committed Apr 24, 2021
1 parent 71531ca commit 29d2cfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions github/table_github_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package github

import (
"context"
"log"
"time"

"github.com/google/go-github/v33/github"
Expand Down Expand Up @@ -86,7 +85,6 @@ func tableGitHubLicenseGetData(ctx context.Context, d *plugin.QueryData, h *plug

if h.Item != nil {
item := h.Item.(*github.License)
log.Println("[INFO] item:", item.String())
key = *item.Key
} else {
key = d.KeyColumnQuals["key"].GetStringValue()
Expand Down

0 comments on commit 29d2cfb

Please sign in to comment.