Remove unused SNTP_DEBUG define in SNTPClock.cpp

This commit is contained in:
Joe Loser
2018-07-16 22:00:18 -04:00
committed by seelabs
parent 09050a860b
commit 8ac6799149

View File

@@ -32,8 +32,6 @@
namespace ripple {
// #define SNTP_DEBUG
static uint8_t SNTPQueryData[48] =
{ 0x1B, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };