Commit c1ab41f7 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Remove DEBUG prints during xml parsing.

parent 21503a16
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ namespace PacketLib
using namespace pugi;
using namespace std;

#define DEBUG 1

const std::string XmlConfig::_fixed32[] = { "uint32", "int32", "float" };
const std::string XmlConfig::_fixed64[] = { "uint64", "int64", "double" };