Removing what I believe is the last stray print statement from the SSL analyzer.

This commit is contained in:
Seth Hall 2011-06-30 13:44:46 -04:00
parent a62d1d1fe0
commit b9e36025a7

View file

@ -737,7 +737,6 @@ refine connection SSL_Conn += {
function lost_track() : bool
%{
printf("just lost track!\n");
state_ = STATE_TRACK_LOST;
return false;
%}