mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-28 15:44:43 +08:00
remove console.log in demo
This commit is contained in:
@@ -19,7 +19,6 @@ class CodePushDemoApp extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
codePushStatusDidChange(syncStatus) {
|
codePushStatusDidChange(syncStatus) {
|
||||||
console.log(this.setState);
|
|
||||||
switch(syncStatus) {
|
switch(syncStatus) {
|
||||||
case CodePush.SyncStatus.CHECKING_FOR_UPDATE:
|
case CodePush.SyncStatus.CHECKING_FOR_UPDATE:
|
||||||
this.setState({ syncMessage: "Checking for update." });
|
this.setState({ syncMessage: "Checking for update." });
|
||||||
|
|||||||
Reference in New Issue
Block a user