Merge pull request #3379 from okriuchykhin/ok_SCI_5776

Remove forgotten byebug assertion [SCI-5776]
This commit is contained in:
Miha Mencin 2021-06-10 13:08:39 +02:00 committed by GitHub
commit dc72bfc527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@
<% if defined?(export_all) && export_all %>
<div class="pull-left table-name">
<% file_link = @obj_filenames.dig(:repositories, repository.id, :file) %>
<% byebug if file_link.nil? %>
<a href="<%= file_link %>">
<em><%= t('projects.reports.elements.module_repository.table_name', name: file_link&.split('/').last) %></em>
</a>