Explorar o código

[lwIP] Remove the unnecessary log in SConscript.

bernard %!s(int64=8) %!d(string=hai) anos
pai
achega
6fe16bba3b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      components/net/lwip-2.0.2/SConscript

+ 0 - 1
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