diff --git a/index.js b/index.js index 7816f26..8a50afa 100644 --- a/index.js +++ b/index.js @@ -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();