Commit 8a9b7ef5c282c57e6df5790e84594cb15fb19501

Authored by Marcelo Puebla
1 parent 6b4867ba1b
Exists in master and in 1 other branch validar_pve

Borrado console.log

src/app/components/comanda/comanda.component.ts
... ... @@ -41,7 +41,6 @@ export class ComandaComponent implements OnInit {
41 41 if (!_.isEqual(res, this.comandas)) {
42 42  
43 43 this.comandas = res;
44   - console.log(this.comandas);
45 44 }
46 45 }, e => console.error(e))
47 46 }