Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/source/gitlab/client/client.go')
-rw-r--r--internal/source/gitlab/client/client.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/source/gitlab/client/client.go b/internal/source/gitlab/client/client.go
index fa5f5b2f..a88c742a 100644
--- a/internal/source/gitlab/client/client.go
+++ b/internal/source/gitlab/client/client.go
@@ -70,13 +70,9 @@ func (gc *Client) Resolve(ctx context.Context, host string) *api.Lookup {
return &lookup
}
-var an = map[string]int{}
-
// GetLookup returns a VirtualDomain configuration wrapped into a Lookup for a
// given host
func (gc *Client) GetLookup(ctx context.Context, host string) api.Lookup {
- an[host]++
- fmt.Printf("request to the API for %q - %d\n", host, an[host])
if host == "objectstorage.pages.test" {
return api.Lookup{
Name: host,