Commit 22e2466
authored
test: remove debug console.log left in SlugField overrides fields test suite (#16279)
# Overview
Removes a debug `console.log` left in the `SlugField` test collection's
`overrides` callback that was introduced in #14824
## Key Changes
- Removed `console.log({ field: defaultField.fields[1] })` from the
`readOnlySlug` override
- Cast `defaultField.fields[1]` as `TextField` to fix pre-existing
TypeScript errors on that line1 parent bb749a5 commit 22e2466
File tree
2 files changed
+97
-361
lines changed- test/fields
- collections/SlugField
2 files changed
+97
-361
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments