Commit fd3ea8d
committed
fix: remove debug print statement from ApiService
Remove production print() statement in ApiService.getOrgByYear()
that leaked the API URL to the console. This is a code quality
improvement as part of #417.
Before: print("status is" + allOrg);1 parent ef96f8f commit fd3ea8d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments