Skip to content

Commit

Permalink
removes .error
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 3, 2016
1 parent 12339af commit 2936fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Components/MessageThreads.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class MessageThreads extends React.Component {
dataSource: this.ds.cloneWithRows(data),
});
})
.catch((error) => console.error(`error: ${error}`));
.catch((error) => console.log(`error: ${error}`));
}

viewMessages(rowData) {
Expand Down

0 comments on commit 2936fc8

Please sign in to comment.