diff --git a/news/news.go b/news/news.go
index 22f7e690..5da8c025 100644
--- a/news/news.go
+++ b/news/news.go
@@ -1521,55 +1521,9 @@ func handleArticleView(w http.ResponseWriter, r *http.Request, articleID string)
title := entry.Title
- // Check if user is authenticated
- sess, _ := auth.TrySession(r)
- isGuest := sess == nil
-
- // For guests: show article preview but hide AI summary
- if isGuest {
- imageSection := ""
- if image != "" {
- imageSection = fmt.Sprintf(``, image)
- }
-
- categoryBadge := ""
- if category != "" {
- categoryBadge = fmt.Sprintf(` · %s`, category, category)
- }
-
- descriptionSection := ""
- if description != "" {
- descriptionSection = fmt.Sprintf(`
%s
Login to read the AI-generated summary.
-Login to watch ad-free, or view on YouTube.
- - -