On 05.11.2007 15:37:29 Vincent Hennebert wrote: <snip/> > >> - in PDFTextPainter: now that the code is working, you probably want to > >> remove the DEBUG variable and all the statements displaying stuff to > >> System.out; or replace them with proper log.debug statements ;-) > > > > No, I don't. The debug code is most probably optimized away by the > > compiler so it doesn't bother us at runtime. If any bugs arise, it's > > Except if the DEBUG variable is left to true...
Oh, that was a mistake. I thought I switched it to false. Thanks for correcting it. <snip/> Jeremias Maerki