From 42c81506b084687c6cdf59dfac6dfa1f11070d3f Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 18 Jan 2015 20:32:25 +0000 Subject: [PATCH] Removed a debug printf. FossilOrigin-Name: 2b6e622c176b70b9e6c0022da4aa5d9fbfde998c0b2ef3068cc066f9b77e3ac3 --- src/wtp/conf_uci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wtp/conf_uci.c b/src/wtp/conf_uci.c index 5f49f09e..bdc9b867 100644 --- a/src/wtp/conf_uci.c +++ b/src/wtp/conf_uci.c @@ -91,7 +91,6 @@ int read_config(const char * filename){ conf_mtu = atoi(str); str = uci_lookup_option_string(ctx,section,"mtu_discovery"); - printf("MTU Disco = %s\n",str); if (str) conf_mtu_discovery = atoi(str);