From 3c9f31a00c50fd616c5049f683d912a7731975bd Mon Sep 17 00:00:00 2001
From: Ferenc Schulcz <schulcz.ferenc@gmail.com>
Date: Fri, 8 Apr 2022 21:03:39 +0200
Subject: [PATCH] Remove debug logging

---
 views/matches.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/matches.ejs b/views/matches.ejs
index 6343197..5346fec 100644
--- a/views/matches.ejs
+++ b/views/matches.ejs
@@ -3,7 +3,7 @@
     <h1>Our matches</h1>
 
     <section id="match-holder">
-        <% for (user of matches) { console.log(user); %>
+        <% for (user of matches) { %>
             <a href="/user/<%= user.username %>">
                 <article class="match-preview">
                     <h1>
-- 
GitLab