mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-30 05:45:37 +08:00
fix: remove unnecessary socket-io logEvent when init
This commit is contained in:
@@ -34,7 +34,6 @@ export class StacksApiSocketClient {
|
|||||||
|
|
||||||
constructor(socket: StacksApiSocket) {
|
constructor(socket: StacksApiSocket) {
|
||||||
this.socket = socket;
|
this.socket = socket;
|
||||||
this.logEvents();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static connect({
|
public static connect({
|
||||||
|
|||||||
Reference in New Issue
Block a user