diff --git a/app/components/UI/TransactionNotification/index.js b/app/components/UI/TransactionNotification/index.js index 472b501da4b..35f49512914 100644 --- a/app/components/UI/TransactionNotification/index.js +++ b/app/components/UI/TransactionNotification/index.js @@ -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) {