From 4c2c257c265a874ddccd6d49429a637b9e051f94 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 1 Jan 2019 11:35:50 -0800 Subject: [PATCH] taking out comments --- index.js | 12 ------------ 1 file changed, 12 deletions(-) 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();