From 7b187b5776d5348fb2d5700507349f0b80441c63 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 17 Nov 2022 16:41:25 +0100 Subject: [PATCH] (quality) remove console print --- test/integration/exports/statistics_export_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/exports/statistics_export_test.rb b/test/integration/exports/statistics_export_test.rb index 90fc5df44..0b7d4da8f 100644 --- a/test/integration/exports/statistics_export_test.rb +++ b/test/integration/exports/statistics_export_test.rb @@ -100,8 +100,6 @@ class Exports::StatisticsExportTest < ActionDispatch::IntegrationTest assert FileTest.exist?(e.file), 'XLSX file was not generated' workbook = RubyXL::Parser.parse(e.file) - puts e.file - # test worksheets StatisticIndex.where(table: true).includes(:statistic_fields, statistic_types: [:statistic_sub_types]).each do |index| index.statistic_types.each do |type|