Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 660834c

Browse files
author
Will Anderson
committed
Clean up a couple small issues with Obj-C code
1 parent a029add commit 660834c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CodePush.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ + (void) loadBundle
132132
}
133133

134134
[CodePush loadBundle];
135-
136-
//resolve([NSNull null]);
137135
});
138136
}
139137

CodePushPackage.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ + (NSString *)getCurrentPackageFolderPath:(NSError **)error
7272
return [self getPackageFolderPath:packageHash];
7373
}
7474

75-
7675
+ (NSDictionary *)getCurrentPackage:(NSError **)error
7776
{
7877
NSString *folderPath = [CodePushPackage getCurrentPackageFolderPath:error];

0 commit comments

Comments
 (0)