diff --git a/domain/organization/store.go b/domain/organization/store.go index e93be03c..3c3cf156 100644 --- a/domain/organization/store.go +++ b/domain/organization/store.go @@ -91,7 +91,6 @@ func (s Store) GetOrganizationByDomain(subdomain string) (o org.Organization, er if err == nil { return } - s.Runtime.Log.Error("meta", err) // match on empty domain AS last resort err = s.Runtime.Db.Get(&o, s.Bind(`SELECT id, c_refid AS refid,