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

Commit f477c19

Browse files
committed
remove console.log in demo
1 parent df909cf commit f477c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/CodePushDemoApp/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class CodePushDemoApp extends Component {
1919
}
2020

2121
codePushStatusDidChange(syncStatus) {
22-
console.log(this.setState);
2322
switch(syncStatus) {
2423
case CodePush.SyncStatus.CHECKING_FOR_UPDATE:
2524
this.setState({ syncMessage: "Checking for update." });

0 commit comments

Comments
 (0)