Skip to content

Commit a01d992

Browse files
committed
remove console.log
1 parent 03d6157 commit a01d992

File tree

1 file changed

+0
-1
lines changed
  • datahub-web-react/src/alchemy-components/components/Utils/ClickOutside

1 file changed

+0
-1
lines changed

datahub-web-react/src/alchemy-components/components/Utils/ClickOutside/ClickOutside.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default function ClickOutside({
1818
const target = event.target as HTMLElement;
1919

2020
const isInsideOfWrapper = (wrapperRef.current as HTMLDivElement).contains((event.target as Node) || null);
21-
console.log(event.target, wrapperRef.current);
2221

2322
// Ignore clicks on elements matching `ignoreSelector`
2423
if (ignoreSelector && target.closest(ignoreSelector)) {

0 commit comments

Comments
 (0)