← Back to team overview

kicad-developers team mailing list archive

Turning Off printf("H-net %d\n", aHead.Net()) ?

 

I recently started seeing lots of lines of printed texts on the terminal where kicad is started in Linux, and a quick grep shows the following line does the printouts:

pcbnew/router/pns_line_placer.cpp:1046: printf("H-net %d\n", aHead.Net());


It seems to be a debug output line. Is this line still needed? Can this line be turned off?

--JC


Follow ups