Removed unused DS_LOG() macro (#61)

This commit is contained in:
Tyler Veness
2016-05-25 20:25:06 -07:00
committed by Peter Johnson
parent 74f9da9da1
commit 21b2aabf18
2 changed files with 0 additions and 17 deletions

View File

@@ -15,16 +15,8 @@
#include "Utility.h"
#include "WPIErrors.h"
// set the logging level
TLogLevel dsLogLevel = logDEBUG;
const double JOYSTICK_UNPLUGGED_MESSAGE_INTERVAL = 1.0;
#define DS_LOG(level) \
if (level > dsLogLevel) \
; \
else \
Log().Get(level)
const uint32_t DriverStation::kJoystickPorts;
/**