Removed unnecessary debug statement

This commit is contained in:
Sansar Choinyambuu 2011-09-21 16:53:46 +02:00 committed by Andreas Steffen
parent 246e46a97c
commit 9d7ec5b6cd
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ bool pts_probe_dh_groups(pts_dh_group_t *groups)
enumerator = lib->crypto->create_dh_enumerator(lib->crypto);
while (enumerator->enumerate(enumerator, &dh_group, &plugin_name))
{
DBG2(DBG_PTS, format1, "Following ", diffie_hellman_group_names, dh_group,
plugin_name);
if (dh_group == MODP_1024_BIT)
{
*groups |= PTS_DH_GROUP_IKE2;