summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-04-28 14:09:26 +0200
committerdimitri staessens <dimitri.staessens@ugent.be>2017-04-28 14:09:26 +0200
commit8ee583029ec9839962e9e6616f868969578b2d3d (patch)
tree705114c7573f6645cf43876754ee397cd2160a99
parent36ed1780df2d956a8003c7cc6b7aa25887bc3e06 (diff)
downloadouroboros-8ee583029ec9839962e9e6616f868969578b2d3d.tar.gz
ouroboros-8ee583029ec9839962e9e6616f868969578b2d3d.zip
irmd: Remove some debug logs
-rw-r--r--src/irmd/main.c6
1 files changed, 0 insertions, 6 deletions
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;