Index: trunk/src_plugins/io_bxl/read.c =================================================================== --- trunk/src_plugins/io_bxl/read.c (revision 31232) +++ trunk/src_plugins/io_bxl/read.c (revision 31233) @@ -459,7 +459,7 @@ switch(ctx->state.vjust) { case PCB_BXL_JUST_TOP: anchy = 0; break; - case PCB_BXL_JUST_BOTTOM: printf("bottom\n");anchy = RND_MIL_TO_COORD(ctx->state.text_style->height); break; + case PCB_BXL_JUST_BOTTOM: anchy = RND_MIL_TO_COORD(ctx->state.text_style->height); break; default:; case PCB_BXL_JUST_CENTER: anchy = RND_MIL_TO_COORD(ctx->state.text_style->height)/2; break; }