Remove useless code
This commit is contained in:
@@ -60,11 +60,6 @@ export class Sender {
|
||||
*
|
||||
*/
|
||||
close() {
|
||||
if (this.timeout !== null) {
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = null;
|
||||
}
|
||||
|
||||
this.buffered = null;
|
||||
this.bufferedSize = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user