ソースを参照

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