소스 검색

fix debug leftover

Julius Pfrommer 10 년 전
부모
커밋
c90389e756
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/ua_transport_binary.c

+ 0 - 1
src/ua_transport_binary.c

@@ -2,7 +2,6 @@
 #include "ua_transport_binary.h"
 #include "ua_transport.h"
 #include "ua_transport_binary_secure.h"
-#include <stdio.h>
 
 static UA_Int32 TL_check(TL_Connection* connection, UA_ByteString* msg) {
 	if(msg->length > (UA_Int32) connection->localConf.maxMessageSize || msg->length > (UA_Int32) connection->remoteConf.maxMessageSize) {