From 9f5447a54ba8bbbcc271035d180822efedce6670 Mon Sep 17 00:00:00 2001 From: Ivan Shen Date: Tue, 5 Mar 2019 16:13:00 -0500 Subject: Remove commented code --- web/routes/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web') 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){ -- cgit v1.2.3