Skip to content

Commit 7ff2489

Browse files
committed
Remove console.log
1 parent 876bdd3 commit 7ff2489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/printable-itinerary/src/access-leg.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default function AccessLeg({
2424
LegIcon,
2525
headingAs
2626
}: Props): ReactElement {
27-
console.log("AccessLeg headingAs:", headingAs);
2827
return (
2928
<S.Leg>
3029
<AccessibilityAnnotation

0 commit comments

Comments
 (0)