Removing a stray printf from RDP analyzer.

This commit is contained in:
Seth Hall 2015-03-05 02:10:11 -05:00
parent f45e057779
commit e05bebc5fb

View file

@ -380,7 +380,6 @@ refine connection RDP_Conn += {
%{
if ( should_we )
{
printf("going encrypted\n");
is_encrypted_ = true;
}
return is_encrypted_;