* java/awt/Frame.java (Frame): Remove println calls.

From-SVN: r55901
This commit is contained in:
Bryce McKinlay 2002-07-31 08:19:51 +00:00 committed by Bryce McKinlay
parent 92c3670c14
commit f6dbe305e3
2 changed files with 4 additions and 2 deletions

View file

@ -218,9 +218,7 @@ public
Frame(String title)
{
super();
System.err.println("returned");
this.title = title;
System.err.println("end");
}
public