From fb8aef5a4908a50d415cf5ed33a10699fdfa9c98 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 22 十二月 2020 11:06:15 +0800
Subject: [PATCH] udpate

---
 src/socket/shm_mod_socket.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/socket/shm_mod_socket.c b/src/socket/shm_mod_socket.c
index 912624f..4c3938e 100644
--- a/src/socket/shm_mod_socket.c
+++ b/src/socket/shm_mod_socket.c
@@ -236,7 +236,6 @@
 	memcpy(head.action, "desub", sizeof(head.action));
 	head.topic_size = topic_size = strlen(topic) + 1;
 	head.content_size = 0;
-printf("sizeof(head.action) = %d\n", sizeof(head.action));
 	void *buf;
 	int size = get_bus_sendbuf(head, topic,  topic_size, NULL,  0, &buf);
 	if(size > 0) {
@@ -349,7 +348,6 @@
   tmp_ptr += 4;
   head.content_size = ntohl(GET(tmp_ptr));
  
-printf("ShmModSocket::decode_bus_head action : %s\n", head.action);
   return head;
 }
 

--
Gitblit v1.8.0