Skip to content

Commit e469a89

Browse files
committed
Cleanup
1 parent ce4af02 commit e469a89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/connect-react/src/components/Description.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ export type DescriptionProps<T extends ConfigurableProps, U extends Configurable
1616
// XXX should we rename to FieldDescription (so shared prefix + clear we need field context
1717
// eg. cannot be used in OptionalFieldButton, or they need to be set up better)
1818
export function Description<T extends ConfigurableProps, U extends ConfigurableProp>(props: DescriptionProps<T, U>) {
19-
if (!props.field) {
20-
console.log("props", props);
21-
}
2219
const {
2320
field, markdown,
2421
} = props;

0 commit comments

Comments
 (0)