forked from External/ergo
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)
|
realname, _ = tx.Get(key)
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
if realname == "" {
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue