From 0a9084f1c6187fa8dee3fa9db384b314001aaec0 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 23 五月 2019 09:49:36 +0800
Subject: [PATCH] rm submodule protomsg

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

diff --git a/taskApi.go b/taskApi.go
index 6615c52..304d079 100644
--- a/taskApi.go
+++ b/taskApi.go
@@ -23,7 +23,6 @@
 		return taskInfos
 	}
 	bytes, _ := json.Marshal(res.Data)
-	fmt.Printf("TaskApi.FindAll:%s\n",string(bytes))
 	err = json.Unmarshal(bytes, &taskInfos)
 	return taskInfos
 }
\ No newline at end of file

--
Gitblit v1.8.0