remove extraneous listen #169

Merged
sarah merged 1 commits from movelisten into master 2018-11-26 22:00:40 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ func (app *application) LoadProfiles(password string) error {
}
p.Init(app.acn)
p.Listen()
app.mutex.Lock()
app.peers[p.GetProfile().Onion] = p