From 11eec606df36f5e916a8a9ce4c43081cbe96cd4e Mon Sep 17 00:00:00 2001 From: mattwrightva <107576133+mattwrightva@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:10:07 -0700 Subject: [PATCH] MHV-64980: Logging cleanup (#19801) --- spec/services/users/services_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/services/users/services_spec.rb b/spec/services/users/services_spec.rb index ff075051b30..68ea912522d 100644 --- a/spec/services/users/services_spec.rb +++ b/spec/services/users/services_spec.rb @@ -71,9 +71,6 @@ end it 'returns an array including the MHV services' do - puts 'VAPAT' - puts user.va_patient? - puts 'VAPAT' %w[health-records medical-records messaging rx].each do |service| expect(subject).to include(service) end