김재현

Merge branch 'master' of khuhub.khu.ac.kr:2013104063/open-source-project-2017-02

...@@ -56,7 +56,6 @@ router.post('/map', function(req, res){ ...@@ -56,7 +56,6 @@ router.post('/map', function(req, res){
56 console.error(err); 56 console.error(err);
57 throw err; 57 throw err;
58 } 58 }
59 - console.log(query);
60 }); 59 });
61 60
62 }); 61 });
......