Skip to content

Commit

Permalink
Merge pull request #27 from timschwartz/master
Browse files Browse the repository at this point in the history
Minor fixes to server.js and package.json
  • Loading branch information
timschwartz committed Jun 29, 2015
2 parents 5931e74 + feaeae2 commit d133c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "janus_server",
"version": "0.0.2",
"description": "Janus Prescenc and chat server",
"description": "JanusVR presence and chat server",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/lisa-lionheart/janus-server.git"
"url": "https://github.com/janusvr/janus-server.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ Server.prototype.startWebServer = function() {
this.ws.listen(config.webServer);
log.info('Webserver started on port: ' + config.webServer);
console.log('Start Date/Time: ' + Date());
console.log('See server.log for activity information');

};

// ## action on client connection ##
Expand Down

0 comments on commit d133c1a

Please sign in to comment.