removing unnecessary util code

application-manager-new
Shabir Mohamed 9 years ago
parent 5d17940da4
commit e7bf722c48

@ -303,15 +303,15 @@ public class FireAlarmManagerService {
String accessToken = accessTokenInfo.getAccess_token(); String accessToken = accessTokenInfo.getAccess_token();
String refreshToken = accessTokenInfo.getRefresh_token(); String refreshToken = accessTokenInfo.getRefresh_token();
//adding registering data //adding registering data
//
//
Properties props = System.getProperties(); // Properties props = System.getProperties();
Enumeration e = props.propertyNames(); // Enumeration e = props.propertyNames();
//
while (e.hasMoreElements()) { // while (e.hasMoreElements()) {
String key = (String) e.nextElement(); // String key = (String) e.nextElement();
log.info(key + " -- " + props.getProperty(key)); // log.info(key + " -- " + props.getProperty(key));
} // }
XmppAccount newXmppAccount = new XmppAccount(); XmppAccount newXmppAccount = new XmppAccount();
newXmppAccount.setAccountName(owner + "_" + deviceId); newXmppAccount.setAccountName(owner + "_" + deviceId);

Loading…
Cancel
Save