diff options
Diffstat (limited to 'web/routes/index.js')
| -rw-r--r-- | web/routes/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/routes/index.js b/web/routes/index.js index 6e6b920..885724d 100644 --- a/web/routes/index.js +++ b/web/routes/index.js @@ -11,7 +11,6 @@ router.get('/', function(req, res, next) { /* GET Map page. */ router.get('/map', function(req,res) { - // Stream.emit("push", "test", { msg: "admit one" }); // load the map with all the points // Mockpoints.get_points(function(err, points){ Points.get_points(function(err, points){ |
