remove minor debugging statement

This commit is contained in:
Michael Rash
2013-03-10 15:13:34 -04:00
parent 6882ac57ec
commit 0529d23595
-1
View File
@@ -850,7 +850,6 @@ set_acc_defaults(fko_srv_options_t *opts)
{
acc->hmac_type = FKO_DEFAULT_HMAC_MODE;
}
printf("..........HERE acc->hmac_type: %d\n", acc->hmac_type);
acc = acc->next;
}