Skip to content

Commit

Permalink
Removed unused variable and prepare for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwilshire committed Nov 19, 2024
1 parent 3f6ce5b commit 2d3d6f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ class GitBlameInfoModal extends React.Component {
getIntroducedByLink = () => {
try {
const parsedUrl = new URL(this.getIntroducedBy());
const path = parsedUrl.pathname.slice(1);
return <a href={parsedUrl.toString()}>{parsedUrl.toString()}</a>;
} catch (error) {
return this.getIntroducedBy();
Expand Down

0 comments on commit 2d3d6f0

Please sign in to comment.