Browse Source

left debugging messages removed

Jiri Kuthan 22 years ago
parent
commit
eed2a491ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/tm/t_msgbuilder.c

+ 2 - 0
modules/tm/t_msgbuilder.c

@@ -245,7 +245,9 @@ static inline int assemble_via(str* dest, struct cell* t, struct socket_info* so
 	branch_str.s = branch_buf;
 	branch_str.len = len;
 
+#ifdef XL_DEBUG
 	printf("!!!proto: %d\n", sock->proto);
+#endif
 
 	via = via_builder(&via_len, sock, &branch_str, 0, sock->proto);
 	if (!via) {