Remove byebug from HTML template

Closes SCI-2883.
This commit is contained in:
Luka Murn 2018-11-23 10:31:41 +01:00
parent 95e19e1229
commit d071454fc8

View file

@ -36,6 +36,5 @@
</div>
<strong><%= comment.user.full_name %>:</strong>
<div data-role="comment-message-container">
<% byebug %>
<div data-role="comment-message"><%= custom_auto_link(comment.message, team: current_team) %></div>
</div>