Skip to content

Commit 7abd896

Browse files
committed
remove console log
1 parent 1094ab5 commit 7abd896

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/pages/home/home.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export class HomeComponent implements OnInit {
6161
if(href.startsWith('http')) {
6262
return `<a href="${href}" target="_blank">${text}</a>`
6363
} else if(!href.includes('docs/')) {
64-
console.log(href?.includes('docs'), text, href)
6564
return `<a href="${environment.path}/${shortpath}${href.replace('.md', '')}">${text}</a>`
6665
}else {
6766
return `<a href="${environment.path}/${href.replace('.md', '')}">${text}</a>`

0 commit comments

Comments
 (0)