commit f2a48823d10e42788a2853d9fbfd89c142cc59e8
parent 9eb21908e13a464df72d8ad423c0aa88d7e95645
Author: Robin Linus <robin_woll@capira.de>
Date: Wed, 30 Dec 2015 16:50:21 +0100
Cleanup
Diffstat:
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app/elements/elements.html b/app/elements/elements.html
@@ -4,7 +4,7 @@
<link rel="import" href="../bower_components/paper-progress/paper-progress.html">
<link rel="import" href="../bower_components/neon-animation/neon-animated-pages.html">
<!-- Configure your routes here
-<link rel="import" href="routing.html">
+<link rel="import" href="routing.html">
-->
<!-- Add your elements here -->
<link rel="import" href="../styles/app-theme.html">
@@ -13,3 +13,4 @@
<link rel="import" href="buddy-finder/buddy-finder.html">
<link rel="import" href="p2p-network/connection-wrapper.html">
<link rel="import" href="file-sharing/file-receiver.html">
+
+\ No newline at end of file
diff --git 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
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
- <meta name="description" content="Snapdrop lets you instantly share files with people near by. It is a web-based clone of Apple's Airdrop.">
+ <meta name="description" content="Snapdrop is the easiest way to send files accross devices">
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1">
<meta name="generator" content="Snapdrop">
<title>Snapdrop</title>
diff --git a/index.js b/index.js
@@ -19,4 +19,5 @@ app.use('/peerjs', ExpressPeerServer(server, {
debug: true
}));
+
console.log('listening on port ' + port);