Re: [Kicad-developers] [PATCH] Remove debug code matching on specific component names

2017-03-03 Thread Wayne Stambaugh
Patch committed. Thank you for your contribution. On 2/23/2017 2:35 PM, Simon Richter wrote: > --- > eeschema/class_libentry.cpp | 8 > pcbnew/eagle_plugin.cpp | 28 > pcbnew/legacy_plugin.cpp| 17 - > 3 files changed, 53 deletions(-

[Kicad-developers] [PATCH] Remove debug code matching on specific component names

2017-02-23 Thread Simon Richter
--- eeschema/class_libentry.cpp | 8 pcbnew/eagle_plugin.cpp | 28 pcbnew/legacy_plugin.cpp| 17 - 3 files changed, 53 deletions(-) diff --git a/eeschema/class_libentry.cpp b/eeschema/class_libentry.cpp index 9e7a1b244..b87fb2345 1006