Commit f1c5adedad24787403e11fc4b46f609e322df9af

Authored by Eric Fernandez
1 parent c00bf45ed1
Exists in master

console log

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
webSocketServer/index.js
... ... @@ -109,7 +109,7 @@ module.exports = function() {
109 109 if (idSolicitud == message.idSolicitud) {
110 110  
111 111 if (message.ok) {
112   -
  112 + console.log('resuelve comprobante en estación')
113 113 resolve();
114 114 } else {
115 115