Commit fdf9898e authored by tomasz.'s avatar tomasz.

pcbnew: removed printf() causing a bug

parent 8ea0f7ae
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment