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

Commit c328e94

Browse files
committed
Removing log line
1 parent 2c1bb66 commit c328e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodePush.ios.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback)
179179
}
180180
break;
181181
case CodePush.SyncStatus.UNKNOWN_ERROR:
182-
log("An unknown error occurred.");
182+
log("An unknown error occurred.);
183183
break;
184184
}
185185
};
@@ -262,7 +262,6 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback)
262262
}
263263
})
264264
.catch((error) => {
265-
console.log(error);
266265
syncStatusChangeCallback(CodePush.SyncStatus.UNKNOWN_ERROR);
267266
reject(error);
268267
})

0 commit comments

Comments
 (0)