Removed log

This commit is contained in:
naman-bruno
2025-03-26 20:16:38 +05:30
committed by Anoop M D
parent 1b767f8d26
commit eb6fef63b3

View File

@@ -132,13 +132,6 @@ function createTimelineAgentClass(BaseAgentClass) {
createConnection(options, callback) {
const { host, port } = options;
// Log SSL validation
this.timeline.push({
timestamp: new Date(),
type: 'info',
message: `Enable SSL validation`,
});
// Log ALPN protocols offered
if (this.alpnProtocols && this.alpnProtocols.length > 0) {
this.timeline.push({