From 8a9b7ef5c282c57e6df5790e84594cb15fb19501 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Thu, 10 Oct 2019 16:48:37 -0300 Subject: [PATCH] Borrado console.log --- src/app/components/comanda/comanda.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/comanda/comanda.component.ts b/src/app/components/comanda/comanda.component.ts index 51e331c..61c2606 100644 --- a/src/app/components/comanda/comanda.component.ts +++ b/src/app/components/comanda/comanda.component.ts @@ -41,7 +41,6 @@ export class ComandaComponent implements OnInit { if (!_.isEqual(res, this.comandas)) { this.comandas = res; - console.log(this.comandas); } }, e => console.error(e)) } -- 1.9.1