Re: [Kicad-developers] Turning Off printf("H-net %d\n", aHead.Net()) ?

2015-11-03 Thread Tomasz Wlostowski
On 03.11.2015 15:30, Joseph Chen wrote: > 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());

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

2015-11-02 Thread Joseph Chen
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