Skip to content

Commit

Permalink
remove log from TransactionNotification (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino authored Jun 2, 2020
1 parent aeaf41c commit ed51c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/UI/TransactionNotification/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const styles = StyleSheet.create({
*/
export default function TransactionNotification(props) {
const { status, transaction, onPress, onHide } = props;
console.log('TransactionNotification', status);
// eslint-disable-next-line
_getIcon = () => {
switch (status) {
Expand Down

0 comments on commit ed51c54

Please sign in to comment.