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