From 78c7e7be19993403054f8584fbc5b6c17885b20f Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Wed, 2 Oct 2019 09:32:46 +0200 Subject: Only log domain name as we no longer have location info --- internal/domain/domain.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/domain/domain.go') diff --git a/internal/domain/domain.go b/internal/domain/domain.go index febb488f..f7eba5ca 100644 --- a/internal/domain/domain.go +++ b/internal/domain/domain.go @@ -40,9 +40,6 @@ func (d *Domain) isUnconfigured() bool { } func (d *Domain) resolve(r *http.Request) (*serving.LookupPath, string) { - // TODO use lookupPaths to cache information about projects better, to - // improve performance and resilience - lookupPath, subpath, _ := d.Resolver.Resolve(r) // Current implementation does not return errors in any case -- cgit v1.2.3