Commit d842cbdbc81447a0ec444a24e0b7d2e08045e452

Authored by Nicolás Guarnieri
1 parent 648b1f87b7
Exists in master and in 1 other branch develop

eliminado console innecesario

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/js/osm-directive.js
... ... @@ -53,7 +53,6 @@ angular.module('focaAdminSeguimiento').directive('osm', function() {
53 53 marcador.remito.hojaRuta.transportista.NOM + '<br/>';
54 54 observacion += 'Chofer: ' +
55 55 marcador.remito.hojaRuta.chofer.nombre + '<br/>';
56   - console.info(marcador);
57 56 observacion += 'Fecha: ' +
58 57 $filter('date')(marcador.fecha.slice(0,10), 'dd/MM/yyyy') + ' ' +
59 58 marcador.fecha.slice(11,19) + '<br/>';
... ... @@ -63,7 +62,7 @@ angular.module(&#39;focaAdminSeguimiento&#39;).directive(&#39;osm&#39;, function() {
63 62 ]) + '<br/>';
64 63 observacion += 'Remito: ' + $filter('comprobante')([
65 64 marcador.remito.sucursal,
66   - marcador.remito.numeroRemito
  65 + marcador.remito.numeroRemito
67 66 ]) + '<br/>';
68 67 observacion += 'Cliente: ' +
69 68 marcador.remito.cliente.NOM + '<br/>';