From d071454fc80f51a89de51267649b9394452de35b Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Fri, 23 Nov 2018 10:31:41 +0100 Subject: [PATCH] Remove byebug from HTML template Closes SCI-2883. --- app/views/project_comments/_comment.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/project_comments/_comment.html.erb b/app/views/project_comments/_comment.html.erb index 3f412e4ad..2150a9651 100644 --- a/app/views/project_comments/_comment.html.erb +++ b/app/views/project_comments/_comment.html.erb @@ -36,6 +36,5 @@ <%= comment.user.full_name %>:
- <% byebug %>
<%= custom_auto_link(comment.message, team: current_team) %>