removed unnecessary console logging
This commit is contained in:
parent
182679e9ac
commit
6dd8aeaad9
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ export class CategoryMonthComponent implements OnInit {
|
|||
);
|
||||
this.api.categoryTransactionList().subscribe(
|
||||
result => {
|
||||
console.log(result);
|
||||
this.setData(result);
|
||||
},
|
||||
error => {
|
||||
|
|
Reference in a new issue