pcbnew: removed printf() causing a bug

This commit is contained in:
tomasz. 2013-08-02 17:57:28 +02:00
parent 8ea0f7ae5b
commit fdf9898eb2
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ bool PCB_PAINTER::Draw( const VIEW_ITEM* aItem, int aLayer )
break;
default:
printf("painter: unknown item %p type %d\n", aItem, aItem->Type());
// Painter does not know how to draw the object
return false;
break;