From f2a48823d10e42788a2853d9fbfd89c142cc59e8 Mon Sep 17 00:00:00 2001 From: Robin Linus Date: Wed, 30 Dec 2015 16:50:21 +0100 Subject: [PATCH] Cleanup --- app/elements/elements.html | 3 ++- app/elements/p2p-network/connection-wrapper.html | 1 - app/index.html | 2 +- index.js | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/elements/elements.html b/app/elements/elements.html index 4513640..a81c90e 100644 --- a/app/elements/elements.html +++ b/app/elements/elements.html @@ -4,7 +4,7 @@ @@ -13,3 +13,4 @@ + \ No newline at end of file diff --git a/app/elements/p2p-network/connection-wrapper.html b/app/elements/p2p-network/connection-wrapper.html index 4fd7582..6db7ab5 100644 --- a/app/elements/p2p-network/connection-wrapper.html +++ b/app/elements/p2p-network/connection-wrapper.html @@ -45,7 +45,6 @@ }, _onHandshake: function(event) { var me = event.uuid; - console.log('i am'); this.set('me', me); if (window.webRTCSupported) { this.$.p2p.initialize(); diff --git a/app/index.html b/app/index.html index 15fa859..c4d745e 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,7 @@ - + Snapdrop diff --git a/index.js b/index.js index 2c72eed..11da079 100644 --- a/index.js +++ b/index.js @@ -19,4 +19,5 @@ app.use('/peerjs', ExpressPeerServer(server, { debug: true })); + console.log('listening on port ' + port);