From 37a94b505f4063694c5b430664f02242f8a8e2ba Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 15 八月 2019 11:53:40 +0800
Subject: [PATCH] add gorm.DB log switch

---
 agent_test.go |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/agent_test.go b/agent_test.go
index 2b68982..fbabde6 100644
--- a/agent_test.go
+++ b/agent_test.go
@@ -35,7 +35,6 @@
 
 	fmt.Println("LocalMember1:", agent.LocalMember())
 
-
 	agent.Start(context.Background())
 	//<- agent.readyCh
 	go func() {
@@ -85,5 +84,3 @@
 		t.Errorf("angent shutdown failed, error: %s", err)
 	}
 }
-
-

--
Gitblit v1.8.0