Remove useless statement

This commit is contained in:
deathcap 2016-01-30 22:49:57 -08:00
parent af62189e19
commit 163e2157fc

View File

@ -25,7 +25,6 @@ class Client extends EventEmitter
this.decompressor=null;
this.deserializer;
this.isServer;
this.version;
this.protocolState=states.HANDSHAKING;
this.ended=true;
this.latency=0;