Pārlūkot izejas kodu

Remove extraneous print

Christopher Mullins 6 gadi atpakaļ
vecāks
revīzija
726e55563a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      test/remote/spec/rest_spec.rb

+ 0 - 1
test/remote/spec/rest_spec.rb

@@ -106,7 +106,6 @@ RSpec.describe 'REST Server' do
       sleep(1)
 
       state = @client.get_state(id)
-      puts state.inspect
       expect(state['status']).to eq('ON')
     end
   end