Skip to content

Commit

Permalink
Merge pull request #1828 from ResearchHub/save-social-links
Browse files Browse the repository at this point in the history
removing console.log
  • Loading branch information
yattias authored Sep 11, 2024
2 parents 976bac3 + f8794f2 commit cc6c751
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/Author/Profile/AuthorSocialMediaIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import { css, StyleSheet } from "aphrodite";
import Link from "next/link";

const AuthorSocialMediaIcons = ({ profile }: { profile: FullAuthorProfile }) => {
console.log('profile.orcidUrl', profile.orcidUrl)
console.log('profile.linkedInUrl', profile.linkedInUrl)




return (
<div className={css(styles.iconsWrapper)}>
{profile.orcidUrl ? (
Expand Down

0 comments on commit cc6c751

Please sign in to comment.