Skip to content
Snippets Groups Projects
Commit 3c9f31a0 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Remove debug logging

parent 583b7336
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h1>Our matches</h1> <h1>Our matches</h1>
<section id="match-holder"> <section id="match-holder">
<% for (user of matches) { console.log(user); %> <% for (user of matches) { %>
<a href="/user/<%= user.username %>"> <a href="/user/<%= user.username %>">
<article class="match-preview"> <article class="match-preview">
<h1> <h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment