Skip to content

Commit 6fe16bb

Browse files
committed
[lwIP] Remove the unnecessary log in SConscript.
1 parent bc6703d commit 6fe16bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/net/lwip-2.0.2/SConscript

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ path = [GetCurrentDir() + '/src',
6969

7070
if not GetDepend('RT_USING_POSIX') or not GetDepend('RT_USING_DFS_NET'):
7171
path += [GetCurrentDir() + '/src/include/posix']
72-
print('include /src/include/posix')
7372

7473
if GetDepend(['RT_LWIP_SNMP']):
7574
src += snmp_src

0 commit comments

Comments
 (0)