remove console.log in demo

This commit is contained in:
Geoffrey Goh
2016-08-18 12:06:59 -07:00
parent df909cf4e6
commit f477c196ed

View File

@@ -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." });