Removed erroneous debugging code.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@921 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-12 01:09:26 +00:00
parent 5b46e83f76
commit 1d87798f0f
@@ -1,5 +1,5 @@
// //
// $Id: Label.java,v 1.25 2002/11/12 00:37:22 mdb Exp $ // $Id: Label.java,v 1.26 2002/11/12 01:09:26 mdb Exp $
// //
// samskivert library - useful routines for java programs // samskivert library - useful routines for java programs
// Copyright (C) 2002 Michael Bayne // Copyright (C) 2002 Michael Bayne
@@ -407,7 +407,6 @@ public class Label implements SwingConstants, LabelStyleConstants
break; break;
} }
Rectangle2D bounds = layout.getBounds(); Rectangle2D bounds = layout.getBounds();
System.out.println(bounds);
width = Math.max(width, bounds.getX() + bounds.getWidth()); width = Math.max(width, bounds.getX() + bounds.getWidth());
height += getHeight(layout); height += getHeight(layout);
layouts.add(new Tuple(layout, bounds)); layouts.add(new Tuple(layout, bounds));