Skip to content

Commit

Permalink
Comment out console messaging (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalcantara committed Jul 26, 2023
1 parent 5f141b9 commit 9143a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/input-search/src/InputSearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const InputSearchInput = React.forwardRef<
InputSearchInputProps
>(({ label = "Search", name, id, ...rest }: InputSearchInputProps, ref) => {
const { disabled, usePortal } = React.useContext(InputSearchContext);
console.log("usePortal", usePortal);
// console.log("usePortal", usePortal);
return (
<div
style={
Expand Down

4 comments on commit 9143a5b

@vercel
Copy link

@vercel vercel bot commented on 9143a5b Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 9143a5b Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9143a5b Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com
wpds-ui-kit-storybook.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 9143a5b Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
build.washingtonpost.com

Please sign in to comment.