Skip to content

Commit 545ccbe

Browse files
committed
Ship 1.3.6
remove spurious logging
1 parent f03d1c2 commit 545ccbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FiddlerImportNetlog/Importer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ private void GenerateSocketListSession(Dictionary<int, List<Hashtable>> dictSock
773773
// Okay, it's a ClientHello. Log it.
774774
string sBase64Bytes = htParams["bytes"] as string;
775775
if (String.IsNullOrEmpty(sBase64Bytes)) continue;
776-
FiddlerApplication.Log.LogFormat("Saw Handshake Message Sent of type={0}", iHandshakeMessageType);
776+
// FiddlerApplication.Log.LogFormat("Saw Handshake Message Sent of type={0}", iHandshakeMessageType);
777777

778778
if (iHandshakeMessageType == 1 /*ClientHello*/)
779779
{

installer/Addon.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.5.1
1+
1.3.6.0

0 commit comments

Comments
 (0)