We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876bdd3 commit 7ff2489Copy full SHA for 7ff2489
packages/printable-itinerary/src/access-leg.tsx
@@ -24,7 +24,6 @@ export default function AccessLeg({
24
LegIcon,
25
headingAs
26
}: Props): ReactElement {
27
- console.log("AccessLeg headingAs:", headingAs);
28
return (
29
<S.Leg>
30
<AccessibilityAnnotation
0 commit comments