Commit 1ec5f19
committed
fix(patch): remove unused imports after duplicate logging removal
Removed unused imports for `logger` and `pluralize` that were only used
in the duplicate logging code that was removed in the previous commit.
Fixes TypeScript errors:
- TS6133: 'logger' is declared but its value is never read
- TS6133: 'pluralize' is declared but its value is never read1 parent 8ac863b commit 1ec5f19
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
0 commit comments