taking out comments

This commit is contained in:
Arjun Patel
2019-01-01 11:35:50 -08:00
parent dd3175ae5a
commit 4c2c257c26
-12
View File
@@ -73,15 +73,3 @@ app.get('/physicianloc', function (req, res) {
}); });
}); });
// connection.query('SELECT * FROM employee', function (error, results, fields) {
// if (error)
// throw error;
//
// results.forEach(result => {
// console.log(result);
// });
// });
//
// connection.end();