Skip to content

Commit

Permalink
remove left over console log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Jan 24, 2025
1 parent 5f8fae2 commit 7d2cb29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/expandable-section/expandable-section-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const ExpandableSectionContainer = ({
properties: { variant, expanded: `${!!expanded}` },
};

console.log(analyticsMetadata);
const metadataAttribute = __injectAnalyticsComponentMetadata
? getAnalyticsMetadataAttribute({ component: analyticsComponentMetadata })
: {};
Expand Down
2 changes: 1 addition & 1 deletion src/expandable-section/internal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { variantSupportsDescription } from './utils';
import analyticsSelectors from './analytics-metadata/styles.css.js';
import styles from './styles.css.js';

export type InternalExpandableSectionProps = Omit<ExpandableSectionProps, 'variant'> &
type InternalExpandableSectionProps = Omit<ExpandableSectionProps, 'variant'> &
InternalBaseComponentProps & {
variant?: InternalVariant;
__injectAnalyticsComponentMetadata?: boolean;
Expand Down

0 comments on commit 7d2cb29

Please sign in to comment.