You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/06/01 12:08:08 UTC

[incubator-iotdb] 02/02: remove log

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

qiaojialin pushed a commit to branch release_binary
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 552373a0f32d39136ea922c7d43b5ddd54814d49
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Jun 1 20:07:38 2020 +0800

    remove log
---
 server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java b/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
index 3ac7ff3..4cb6f56 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
@@ -204,7 +204,6 @@ public class TSServiceImpl implements TSIService.Iface, ServerContext {
 
   @Override
   public TSCloseOperationResp closeOperation(TSCloseOperationReq req) {
-    logger.info("{}: receive close operation", IoTDBConstant.GLOBAL_DB_NAME);
     try {
 
       if (req != null && req.isSetStmtId()) {