From 8b1a9a1b7c9b31f27343f70a480b42d835434c25 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Thu, 10 Jun 2021 13:06:31 +0200 Subject: [PATCH] Remove forgotten byebug assertion [SCI-5776] --- .../reports/elements/_my_module_repository_element.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/reports/elements/_my_module_repository_element.html.erb b/app/views/reports/elements/_my_module_repository_element.html.erb index b106b9289..7240f1f8a 100644 --- a/app/views/reports/elements/_my_module_repository_element.html.erb +++ b/app/views/reports/elements/_my_module_repository_element.html.erb @@ -24,7 +24,6 @@ <% if defined?(export_all) && export_all %>
<% file_link = @obj_filenames.dig(:repositories, repository.id, :file) %> - <% byebug if file_link.nil? %> <%= t('projects.reports.elements.module_repository.table_name', name: file_link&.split('/').last) %>