Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / SmartLightsController / MotionDetection.java
index d9c608e87c2b2fb1a3eaf026b09772f0a70f7c7c..bd473501808d433f35e2263220414c48e2c9f63c 100644 (file)
@@ -416,10 +416,10 @@ class MotionDetection implements CameraCallback {
                                // Motion was detected so issue callbacks to all objects that registered
                                // to receive callback from this class.
                                for (MotionDetectionCallback c : callbackList) {
-                                       try {
+                                       //try {
                                                c.motionDetected(this);
-                                       } catch (RemoteException re) {
-                                       }
+                                       //} catch (RemoteException re) {
+                                       //}
                                }
 
                        } else {