From d11fbcb4e6e7adb60ffacffaea1c9bf48cc673ea Mon Sep 17 00:00:00 2001 From: piratefinn Date: Thu, 25 Jan 2018 15:56:23 +0000 Subject: [PATCH] removed unnecessary console logging --- src/app/dashboard/category-month.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/dashboard/category-month.component.ts b/src/app/dashboard/category-month.component.ts index e8353cf..1356a3f 100644 --- a/src/app/dashboard/category-month.component.ts +++ b/src/app/dashboard/category-month.component.ts @@ -56,7 +56,6 @@ export class CategoryMonthComponent implements OnInit { ); this.api.categoryTransactionList().subscribe( result => { - console.log(result); this.setData(result); }, error => {