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 [];
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ import {
|
||||
WSConnectedResult,
|
||||
WS_AUTH_ON_CONNECT_KEYS,
|
||||
WS_KEY_MAP,
|
||||
WS_LOGGER_CATEGORY,
|
||||
WsTopicRequest,
|
||||
getMaxTopicsPerSubscribeEvent,
|
||||
getNormalisedTopicRequests,
|
||||
@@ -43,8 +44,6 @@ import {
|
||||
} from './types/websockets/ws-api';
|
||||
import { SignAlgorithm, signMessage } from './util/webCryptoAPI';
|
||||
|
||||
const WS_LOGGER_CATEGORY = { category: 'bybit-ws' };
|
||||
|
||||
export class WebsocketClient extends BaseWebsocketClient<
|
||||
WsKey,
|
||||
WsRequestOperationBybit<WsTopic>
|
||||
@@ -633,9 +632,6 @@ export class WebsocketClient extends BaseWebsocketClient<
|
||||
return true;
|
||||
}
|
||||
|
||||
// console.log('isWsPing?', {
|
||||
// data: msg.data,
|
||||
// });
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -659,9 +655,6 @@ export class WebsocketClient extends BaseWebsocketClient<
|
||||
return true;
|
||||
}
|
||||
|
||||
// console.log('isWsPong?', {
|
||||
// data: msg.data,
|
||||
// });
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user