Remove unnecessary ping

This commit is contained in:
unknown 2024-11-05 23:53:58 +00:00 committed by LucienHH
commit 2d5c307e3d

View file

@ -240,8 +240,6 @@ class Client extends EventEmitter {
async connect () {
this.running = true
await this.ping()
await this.createOffer()
}