Skip to content

Commit 4314330

Browse files
author
chengyitian
committed
AJ-729: delete no use log;
1 parent 3ab8d63 commit 4314330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/xxdb/DBConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ public void switchDataNode(Node node) throws IOException{
898898
int attempt = 0;
899899
do {
900900
attempt ++;
901-
System.out.println("第 " + attempt + " 次尝试!");
902901
if (node.hostName != null && node.hostName.length() > 0){
903902
if (connectNode(node)){
904903
log.info("Switch to node: " + node.hostName + ":" + node.port + " successfully.");

0 commit comments

Comments
 (0)