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

---
 /dev/null   |    2 +-
 .gitmodules |    3 ---
 taskApi.go  |    1 -
 api_test.go |    6 ------
 4 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index fe2256c..04b29e7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
 [submodule "protomsg"]
 	path = protomsg
 	url = git://192.168.1.14/pubsub/protomsg.git
-[submodule "deliver"]
-	path = deliver
-	url = git://192.168.1.14/valib/deliver.git
diff --git a/api_test.go b/api_test.go
index 1158431..aa0a66d 100644
--- a/api_test.go
+++ b/api_test.go
@@ -55,12 +55,6 @@
 func TestSdkApi_GetById(t *testing.T) {
 	var api SdkApi
 	model := api.GetById("812b674b-2375-4589-919a-5c1c3278a97e")
-	fmt.Printf("sdkArgs:%s \n",model.Args)
-
-	//if err := json.Unmarshal([]byte(model.Args), &sdkArgs);err !=nil {
-	//	fmt.Println(err)
-	//}
-
 	fmt.Println(model)
 }
 
diff --git a/deliver b/deliver
deleted file mode 160000
index 5ff1f32..0000000
--- a/deliver
+++ /dev/null
@@ -1 +1 @@
-Subproject commit 5ff1f32410e0697e581f6c389c8c22c5abd474c0
+Subproject commit 0000000000000000000000000000000000000000
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