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 => {