Explorar o código

Remove extraneous print

Christopher Mullins %!s(int64=6) %!d(string=hai) anos
pai
achega
726e55563a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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