From b0d611c2ef840db23f2799b576a0ee48d7ed2c67 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 23 五月 2019 09:46:35 +0800
Subject: [PATCH] remove submodule deliver

---
 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