Removed logs
This commit is contained in:
parent
84288fec8b
commit
d8d1c54fed
@ -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];
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user