From eb6fef63b37bc0fe49e92d0c0ec7108ed06ffbbe Mon Sep 17 00:00:00 2001 From: naman-bruno Date: Wed, 26 Mar 2025 20:16:38 +0530 Subject: [PATCH] Removed log --- packages/bruno-electron/src/utils/proxy-util.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/bruno-electron/src/utils/proxy-util.js b/packages/bruno-electron/src/utils/proxy-util.js index 6f93b9e99..dc249f493 100644 --- a/packages/bruno-electron/src/utils/proxy-util.js +++ b/packages/bruno-electron/src/utils/proxy-util.js @@ -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({