This is an automated email from the ASF dual-hosted git repository.

liyuheng pushed a commit to branch lyh/ainode/logger-refactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/lyh/ainode/logger-refactor by 
this push:
     new 81df0edcc46 self review
81df0edcc46 is described below

commit 81df0edcc463efd3002aca16a0d9868bd7394f52
Author: liyuheng <[email protected]>
AuthorDate: Thu Jul 31 23:39:05 2025 +0800

    self review
---
 iotdb-core/ainode/ainode/core/inference/inference_request_pool.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iotdb-core/ainode/ainode/core/inference/inference_request_pool.py 
b/iotdb-core/ainode/ainode/core/inference/inference_request_pool.py
index 6ccee0b7467..94478e40e11 100644
--- a/iotdb-core/ainode/ainode/core/inference/inference_request_pool.py
+++ b/iotdb-core/ainode/ainode/core/inference/inference_request_pool.py
@@ -63,7 +63,6 @@ class InferenceRequestPool(mp.Process):
         self._model_manager = None
         self.device = None
         self.logger = 
BaseLogger(AINODE_INFERENCE_LOG_DIR_TEMPLATE.format(self.device))
-        self.logger.info("gg")
 
         self._threads = []
         self._waiting_queue = request_queue  # Requests that are waiting to be 
processed

Reply via email to