From b9e36025a722a97f2dc54583acced05a7d7b1202 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 30 Jun 2011 13:44:46 -0400 Subject: [PATCH] Removing what I believe is the last stray print statement from the SSL analyzer. --- src/ssl-protocol.pac | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ssl-protocol.pac b/src/ssl-protocol.pac index 754934929f..5d96db8714 100644 --- a/src/ssl-protocol.pac +++ b/src/ssl-protocol.pac @@ -737,7 +737,6 @@ refine connection SSL_Conn += { function lost_track() : bool %{ - printf("just lost track!\n"); state_ = STATE_TRACK_LOST; return false; %}