diff options
| author | Ivan Shen <iwshen11@gmail.com> | 2019-03-05 21:13:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-05 21:13:00 +0000 |
| commit | 9f5447a54ba8bbbcc271035d180822efedce6670 (patch) | |
| tree | 0a1b224763b383da4b047a4a5be0f6d68ade3745 | |
| parent | 3f5bea8fd49106249272e5f0f9158cbcd76c89a4 (diff) | |
Remove commented code
| -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){ |
