taking out comments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user