# HG changeset patch # User dadubrow # Date 1267539684 21600 # Node ID b4ccdbf9778e327b96c84e5e051db8c013b0bc74 # Parent cc3916f164608113d753308b014c0e81f1e5fb9c remove println diff -r cc3916f16460 -r b4ccdbf9778e connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/StatusDisplay.java --- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/StatusDisplay.java Tue Mar 02 08:18:15 2010 -0600 +++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/StatusDisplay.java Tue Mar 02 08:21:24 2010 -0600 @@ -134,7 +134,6 @@ for (int i = shells.length - 1; i >= 0; i--) { Shell shell = shells[i]; if ((shell.getStyle() & MODAL_MASK) != 0) { - System.out.println(shell.getText() + ":" + shell.getBounds()); return shell; } }