--- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/agent/PCCSDiscoveryAgent.java Thu Feb 25 12:00:19 2010 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/agent/PCCSDiscoveryAgent.java Thu Feb 25 12:16:00 2010 -0600
@@ -46,7 +46,7 @@
private static final String USB_CONNECTION_TYPE =
"com.nokia.carbide.trk.support.connection.USBConnectionType"; //$NON-NLS-1$
private static final String PORT_SETTING = "port"; //$NON-NLS-1$
- private boolean DEBUG = true;
+ private boolean DEBUG = false;
public class PCCSPrequisiteStatus implements IPrerequisiteStatus {
private boolean isOK = true;
--- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/PCCSConnection.java Thu Feb 25 12:00:19 2010 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/PCCSConnection.java Thu Feb 25 12:16:00 2010 -0600
@@ -48,7 +48,7 @@
public class PCCSConnection {
private static final String NOT_KNOWN = "not known"; //$NON-NLS-1$ // used for all string structure elements that come back from PCCS as null
- private boolean DEBUG = true;
+ private boolean DEBUG = false;
private String DONT_ASK_AGAIN_KEY = "DontAskAgain"; //$NON-NLS-1$
/**