Skip to content

Commit eb6fef6

Browse files
naman-brunohelloanoop
authored andcommitted
Removed log
1 parent 1b767f8 commit eb6fef6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/bruno-electron/src/utils/proxy-util.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ function createTimelineAgentClass(BaseAgentClass) {
132132
createConnection(options, callback) {
133133
const { host, port } = options;
134134

135-
// Log SSL validation
136-
this.timeline.push({
137-
timestamp: new Date(),
138-
type: 'info',
139-
message: `Enable SSL validation`,
140-
});
141-
142135
// Log ALPN protocols offered
143136
if (this.alpnProtocols && this.alpnProtocols.length > 0) {
144137
this.timeline.push({

0 commit comments

Comments
 (0)