diff --git a/src/react-components/link-root.js b/src/react-components/link-root.js
index a6d67b537b8b17182f8220b9af55516746791cef..51cfb8dfea366583fa42b50080dca0414e99b4d1 100644
--- a/src/react-components/link-root.js
+++ b/src/react-components/link-root.js
@@ -40,8 +40,6 @@ class LinkRoot extends Component {
   };
 
   attemptLink = code => {
-    console.log("link " + code);
-
     this.props.linkChannel
       .attemptLink(code)
       .then(response => {