littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

Redundant printf under tcp.c #342

Closed milisarge closed 1 year ago

milisarge commented 1 year ago

When tcp_connect function is fired then it prints some time related redundant output then it ruins the console stdout. We can remove extra printf from tcp

travisg commented 1 year ago

cherry picked and pushed.