diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts
index 0941098..b7bc00c 100644
--- a/src/app/pages/home/home.component.ts
+++ b/src/app/pages/home/home.component.ts
@@ -61,7 +61,6 @@ export class HomeComponent implements OnInit {
if(href.startsWith('http')) {
return `${text}`
} else if(!href.includes('docs/')) {
- console.log(href?.includes('docs'), text, href)
return `${text}`
}else {
return `${text}`