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