Merge pull request #142 from Shabirmean/IoTS-1.0.0-M1

Removed unnecessary code block
Ruwan 9 years ago
commit 16aa5dbbe7

@ -316,13 +316,6 @@ public abstract class MQTTTransportHandler
log.debug("Got an MQTT message '" + mqttMessage.toString() + "' for topic '" + topic + "'."); log.debug("Got an MQTT message '" + mqttMessage.toString() + "' for topic '" + topic + "'.");
} }
try {
throw new DeviceManagementException("Test Exception");
} catch (DeviceManagementException e) {
e.printStackTrace();
}
Thread messageProcessorThread = new Thread() { Thread messageProcessorThread = new Thread() {
public void run() { public void run() {
try { try {

Loading…
Cancel
Save