Removed vestigal test logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1909 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SafeScrollPane.java,v 1.5 2002/11/05 05:51:18 mdb Exp $
|
||||
// $Id: SafeScrollPane.java,v 1.6 2002/11/05 21:03:31 mdb Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
@@ -35,7 +35,6 @@ public class SafeScrollPane extends JScrollPane
|
||||
// it here
|
||||
Component c = getView();
|
||||
if (c instanceof JComponent) {
|
||||
System.out.println("Revalidating " + c);
|
||||
((JComponent)c).revalidate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user