Skip to content

Commit

Permalink
Ship 1.3.6
Browse files Browse the repository at this point in the history
remove spurious logging
  • Loading branch information
ericlaw1979 committed Jan 27, 2025
1 parent f03d1c2 commit 545ccbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FiddlerImportNetlog/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ private void GenerateSocketListSession(Dictionary<int, List<Hashtable>> dictSock
// Okay, it's a ClientHello. Log it.
string sBase64Bytes = htParams["bytes"] as string;
if (String.IsNullOrEmpty(sBase64Bytes)) continue;
FiddlerApplication.Log.LogFormat("Saw Handshake Message Sent of type={0}", iHandshakeMessageType);
// FiddlerApplication.Log.LogFormat("Saw Handshake Message Sent of type={0}", iHandshakeMessageType);

if (iHandshakeMessageType == 1 /*ClientHello*/)
{
Expand Down
2 changes: 1 addition & 1 deletion installer/Addon.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5.1
1.3.6.0

0 comments on commit 545ccbe

Please sign in to comment.