diff --git a/components/net/lwip-2.0.2/SConscript b/components/net/lwip-2.0.2/SConscript index c86f67d07f6f96cc64318f0c443a30640f5dd133..58a25dc5e67e29b01be98b19ec84656fb5a714ca 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