revert wp8 commit: 90ef274
diff --git a/src/wp/Accelerometer.cs b/src/wp/Accelerometer.cs
index d7a95b5..33c5434 100644
--- a/src/wp/Accelerometer.cs
+++ b/src/wp/Accelerometer.cs
@@ -93,12 +93,7 @@
             {
                 this.SetStatus(ErrorFailedToStart);
                 DispatchCommandResult(new PluginResult(PluginResult.Status.IO_EXCEPTION, ErrorFailedToStart), watchCallbackId);
-                return;
             }
-            PluginResult result = new PluginResult(PluginResult.Status.OK);
-            result.KeepCallback = true;
-            DispatchCommandResult(result,watchCallbackId);
-
         }
 
         public void stop(string options)