From 8ee583029ec9839962e9e6616f868969578b2d3d Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 28 Apr 2017 14:09:26 +0200 Subject: irmd: Remove some debug logs --- src/irmd/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/irmd/main.c') diff --git a/src/irmd/main.c b/src/irmd/main.c index 67c2ad60..c9c989c5 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -236,9 +236,6 @@ static struct ipcp_entry * get_ipcp_by_dst_name(const char * name) if (e->dif_name == NULL) continue; - log_dbg("IPCP %s found for name %s with hash enum %d.", - e->dif_name, name, e->dir_hash_algo); - hash = malloc(IPCP_HASH_LEN(e)); if (hash == NULL) return NULL; @@ -777,9 +774,6 @@ static int name_reg(const char * name, if (wildcard_match(difs[i], e->dif_name)) continue; - log_dbg("gonna register %s in dif %s.", - name, e->dif_name); - hash = malloc(IPCP_HASH_LEN(e)); if (hash == NULL) break; -- cgit v1.2.3