Skip to content

Commit

Permalink
remove print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ojima-h committed Nov 20, 2015
1 parent fcf3b27 commit c5d7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbhive/t_c_l_i_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def async_state(handles)
response = @client.GetOperationStatus(
Hive2::Thrift::TGetOperationStatusReq.new(operationHandle: prepare_operation_handle(handles))
)
puts response.operationState

case response.operationState
when Hive2::Thrift::TOperationState::FINISHED_STATE
return :finished
Expand Down

0 comments on commit c5d7ec5

Please sign in to comment.