diff options
Diffstat (limited to 'src/charon/sa/ike_sa.c')
-rw-r--r-- | src/charon/sa/ike_sa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charon/sa/ike_sa.c b/src/charon/sa/ike_sa.c index 1f8cf5cd7..60266a51f 100644 --- a/src/charon/sa/ike_sa.c +++ b/src/charon/sa/ike_sa.c @@ -900,8 +900,6 @@ static status_t initiate(private_ike_sa_t *this, this->my_host = connection->get_my_host(connection); this->my_host = this->my_host->clone(this->my_host); } - DBG1(DBG_IKE, "this->other: %H", this->other_host); - DBG1(DBG_IKE, "connections other: %H", connection->get_other_host(connection)); if (this->other_host->is_anyaddr(this->other_host)) { this->other_host->destroy(this->other_host); |