From 009993ce8c44faf51d729c0108194cac0ed7b506 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期六, 26 十月 2019 17:19:39 +0800
Subject: [PATCH] log

---
 EsApi.go |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/EsApi.go b/EsApi.go
index 391f9e6..7c603a5 100644
--- a/EsApi.go
+++ b/EsApi.go
@@ -7,6 +7,7 @@
     "strconv"
     "strings"
 	"sync"
+	"time"
 
 	"basic.com/pubsub/protomsg.git"
         )
@@ -427,15 +428,11 @@
 				next_scroll_id = nextSources["scroll_id"].(string)
 			}
 
-
-			fmt.Println(len(capturetable))
-
 		}()
 	}
 	wg.Wait()
 
-	//fmt.Println("lenth_all: ", len(capturetable))
-	//fmt.Println("鑰楁椂锛�", time.Since(ts))
+	fmt.Println("lenth_all: ", len(capturetable))
 	return capturetable
 }
 

--
Gitblit v1.8.0