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,15 +15,6 @@
#include "WPIErrors.h"
#include "boost/mem_fn.hpp"
// set the logging level
TLogLevel dsLogLevel = logDEBUG;
#define DS_LOG(level) \
if (level > dsLogLevel) \
; \
else \
Log().Get(level)
const uint32_t DriverStation::kBatteryChannel;
const uint32_t DriverStation::kJoystickPorts;
const uint32_t DriverStation::kJoystickAxes;