Skip to content

Commit

Permalink
fix(externalLinkHelpers): remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sra405 committed Apr 17, 2024
1 parent f0268bb commit 29014b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/externalLinkHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const hostDomain = new RegExp(`^${host}`);
const allowedInternalLinks = [new RegExp(`^#[a-zA-Z0-9]+`)];
const allowedExternalLinks = [rpfDomain, hostDomain];

console.log(process.env);

const useExternalLinkState = (showModal) => {
const dispatch = useDispatch();
const [externalLink, setExternalLink] = useState();
Expand Down

0 comments on commit 29014b6

Please sign in to comment.