Skip to content

Commit

Permalink
remove console.log in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
geof90 committed Aug 18, 2016
1 parent df909cf commit f477c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Examples/CodePushDemoApp/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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." });
Expand Down

0 comments on commit f477c19

Please sign in to comment.