Removed logs

This commit is contained in:
Thomas FORGIONE 2015-06-29 11:22:41 +02:00
parent 84288fec8b
commit d8d1c54fed
2 changed files with 0 additions and 2 deletions

View File

@ -188,7 +188,6 @@ geo.MeshStreamer.prototype.start = function(socket) {
var self = this;
socket.on('request', function(path) {
console.log('Asking for ' + path);
self.mesh = cont.availableMeshes[path];

View File

@ -4,7 +4,6 @@ var geo = require('./geo/MeshStreamer.js');
module.exports = function(io) {
io.on('connection', function(socket) {
console.log("New MeshStreamer");
var streamer = new geo.MeshStreamer();
streamer.start(socket);