chore(): remove old comments
This commit is contained in:
@@ -790,8 +790,6 @@ export abstract class BaseWebsocketClient<
|
||||
wsKey: TWSKey,
|
||||
operation: WsOperation,
|
||||
): Promise<MidflightWsRequestEvent<TWSRequestEvent>[]> {
|
||||
// console.log(new Date(), `called getWsSubscribeEventsForTopics()`, topics);
|
||||
// console.trace();
|
||||
if (!topics.length) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user