Wrong state variable name.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-25 14:13:58 +02:00
parent 6dc3f537e4
commit 80c6c441cb
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -131,8 +131,6 @@ class Peer extends EventEmitter
{
if (authenticated !== this._authenticated)
{
logger.info('authenticated() | authenticationChange [peer:"%s", authenticated:"%s"]', this.id, authenticated);
this._authenticated = authenticated;
this.emit('authenticationChange');
}