mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Remove rogue log output
This commit is contained in:
parent
f17de58fff
commit
f738077f5a
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue