Skip to content

Commit

Permalink
Drop console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 12, 2024
1 parent eadb621 commit 2e55366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import styled from 'styled-components';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

export default function GitHubEditLink({ owner, repository, sourcePath }) {
console.log('GitHubEditLink', owner, repository, sourcePath);
if (!owner || !repository || !sourcePath) {
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function TimesSquareGitHubPagePanel({}) {
}

const { title, description } = pageData;
console.log(pageData, pageData);

return (
<PagePanelContainer>
Expand Down

0 comments on commit 2e55366

Please sign in to comment.