Raymond commited on
Commit
dbfe8f4
1 Parent(s): 6956b4f

Removed print statement for debugging

Browse files
Files changed (1) hide show
  1. base_handler.py +0 -3
base_handler.py CHANGED
@@ -142,7 +142,6 @@ class BaseHandler:
142
  current_turn_inference_log[f"step_{count}"] = current_step_inference_log
143
 
144
  start_time = time.time()
145
- #print("Inference data: ", inference_data)
146
  api_response = self._query_FC(inference_data)
147
  query_latency = time.time() - start_time
148
 
@@ -221,8 +220,6 @@ class BaseHandler:
221
  ),
222
  is_evaL_run=False,
223
  )
224
-
225
- print("Involved instances: ", involved_instances)
226
 
227
  # Add the execution results to the chat history for the next turn
228
  inference_data = self._add_execution_results_FC(
 
142
  current_turn_inference_log[f"step_{count}"] = current_step_inference_log
143
 
144
  start_time = time.time()
 
145
  api_response = self._query_FC(inference_data)
146
  query_latency = time.time() - start_time
147
 
 
220
  ),
221
  is_evaL_run=False,
222
  )
 
 
223
 
224
  # Add the execution results to the chat history for the next turn
225
  inference_data = self._add_execution_results_FC(