Browse Source

fix(log): remove console.log statement

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
497e5c5547
  1. 1
      app/components/Contacts/AddChannel.js

1
app/components/Contacts/AddChannel.js

@ -68,7 +68,6 @@ const AddChannel = ({
<span
className={styles.connect}
onClick={() => {
console.log('node: ', node)
// set the node public key for the submit form
setNode(node)
// open the submit form

Loading…
Cancel
Save