diff --git a/methods/bindShelvingTag.js b/methods/bindShelvingTag.js index 7617d0b..67724c5 100644 --- a/methods/bindShelvingTag.js +++ b/methods/bindShelvingTag.js @@ -92,5 +92,3 @@ async function bindShelving(barcode, shelvingId) { })(); } exports.bindShelving = bindShelving; - -// uihasdc diff --git a/server.js b/server.js index 587339d..6b401e9 100644 --- a/server.js +++ b/server.js @@ -17,5 +17,3 @@ app.use('/flashOn', require('./methods/flashOn')); app.listen(port, () => { console.log(`Example app listening at http://localhost:${port}`); }); - -// hola