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

Commit d7229a2

Browse files
author
Will Anderson
committed
Remove reference to removed 'err' parameter
1 parent c3f5470 commit d7229a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodePush.ios.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ function checkForUpdate(callback) {
6262
var queryPackage = {appVersion: config.appVersion};
6363
if (localPackage && localPackage.appVersion === config.appVersion) {
6464
queryPackage = localPackage;
65-
} else if (err) {
66-
console.log(err);
6765
}
6866

6967
sdk.queryUpdateWithCurrentPackage(queryPackage, callback);

0 commit comments

Comments
 (0)