From 6fe16bba3b4e9ddbb28037e18f4ecc6d1ac8c405 Mon Sep 17 00:00:00 2001 From: bernard Date: Fri, 29 Dec 2017 22:32:23 +0800 Subject: [PATCH] [lwIP] Remove the unnecessary log in SConscript. --- components/net/lwip-2.0.2/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/components/net/lwip-2.0.2/SConscript b/components/net/lwip-2.0.2/SConscript index c86f67d07f..58a25dc5e6 100644 --- a/components/net/lwip-2.0.2/SConscript +++ b/components/net/lwip-2.0.2/SConscript @@ -69,7 +69,6 @@ path = [GetCurrentDir() + '/src', if not GetDepend('RT_USING_POSIX') or not GetDepend('RT_USING_DFS_NET'): path += [GetCurrentDir() + '/src/include/posix'] - print('include /src/include/posix') if GetDepend(['RT_LWIP_SNMP']): src += snmp_src