瀏覽代碼

Remove extraneous print

Christopher Mullins 6 年之前
父節點
當前提交
726e55563a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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