Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
willbeh committed Aug 1, 2021
1 parent 1094ab5 commit 7abd896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class HomeComponent implements OnInit {
if(href.startsWith('http')) {
return `<a href="${href}" target="_blank">${text}</a>`
} else if(!href.includes('docs/')) {
console.log(href?.includes('docs'), text, href)
return `<a href="${environment.path}/${shortpath}${href.replace('.md', '')}">${text}</a>`
}else {
return `<a href="${environment.path}/${href.replace('.md', '')}">${text}</a>`
Expand Down

0 comments on commit 7abd896

Please sign in to comment.