Remove unreachable code fork

This commit is contained in:
Lukas Spieß
2015-10-06 14:22:09 +02:00
parent 604d5dc237
commit fc4a83f89c

View File

@@ -851,9 +851,8 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) {
return;
}
NSMutableString *parameter = [NSMutableString stringWithFormat:@"api/2/apps/%@?format=json&extended=true%@&sdk=%@&sdk_version=%@&uuid=%@",
NSMutableString *parameter = [NSMutableString stringWithFormat:@"api/2/apps/%@?format=json&extended=true&sdk=%@&sdk_version=%@&uuid=%@",
bit_URLEncodedString([self encodedAppIdentifier]),
([self isAppStoreEnvironment] ? @"&udid=appstore" : @""),
BITHOCKEY_NAME,
BITHOCKEY_VERSION,
_uuid];