mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
clean up no-op
This commit is contained in:
parent
77184c1625
commit
b3becbf08e
1 changed files with 0 additions and 3 deletions
|
|
@ -675,9 +675,6 @@ func (am *AccountManager) loadRealname(account string) (realname string) {
|
|||
realname, _ = tx.Get(key)
|
||||
return nil
|
||||
})
|
||||
if realname == "" {
|
||||
return ""
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue