Commit d9d4c20d43ea5ef0da0a7bc3639a61e9ffa80a33

Authored by Eric Fernandez
1 parent 353b333eb4
Exists in master

no console log

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -49,7 +49,7 @@ function onGetFile(fileString, nameFile) {
49 49  
50 50 entities.proveedores = result.values[0];
51 51 entities.empresa = result.values[1];
52   - console.log(planex);
  52 +
53 53 var debo = require('./debo/index')(planex, entities);
54 54  
55 55 require('./db/index')(debo, nameFile);