remove comment

This commit is contained in:
Geoffrey Goh
2016-02-02 15:17:20 -08:00
parent 3e375c84ad
commit ee4cfcc1c1

View File

@@ -538,7 +538,6 @@ RCT_EXPORT_METHOD(getNewStatusReport:(RCTPromiseResolveBlock)resolve
return;
}
} else if (isRunningBinaryVersion) {
// Check if the current appVersion has been reported.
NSString *appVersion = [[CodePushConfig current] appVersion];
resolve([CodePushTelemetryManager getBinaryUpdateReport:appVersion]);
return;