We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b767f8 commit eb6fef6Copy full SHA for eb6fef6
packages/bruno-electron/src/utils/proxy-util.js
@@ -132,13 +132,6 @@ function createTimelineAgentClass(BaseAgentClass) {
132
createConnection(options, callback) {
133
const { host, port } = options;
134
135
- // Log SSL validation
136
- this.timeline.push({
137
- timestamp: new Date(),
138
- type: 'info',
139
- message: `Enable SSL validation`,
140
- });
141
-
142
// Log ALPN protocols offered
143
if (this.alpnProtocols && this.alpnProtocols.length > 0) {
144
this.timeline.push({
0 commit comments