Removed a debug message in annotate.cpp, and a problem in PadsPcb netlist

This commit is contained in:
charras
2008-04-25 10:32:16 +00:00
parent 6bd3fea110
commit a67e71ac09
2 changed files with 23 additions and 19 deletions
+1 -3
View File
@@ -338,9 +338,7 @@ void AnnotateComponents( WinEDA_SchematicFrame* parent,
/* Break full components reference in name (prefix) and number:
* example: IC1 become IC, and 1 */
BreakReference( BaseListeCmp, NbOfCmp );
wxString msg1;
msg1 << sortOption;
wxMessageBox(msg1);
switch( sortOption )
{
case 0: