ledsim remove debug print

This commit is contained in:
Daniel Agar
2017-12-31 22:52:46 -05:00
committed by Lorenz Meier
parent e9960b5532
commit cd60fb6102
@@ -45,8 +45,6 @@
using namespace DriverFramework;
#define DEVICE_DEBUG PX4_INFO
/*
* Ideally we'd be able to get these from up_internal.h,
* but since we want to be able to disable the NuttX use
@@ -88,7 +86,6 @@ LED::~LED()
int
LED::init()
{
DEVICE_DEBUG("LED::init");
int ret = VirtDevObj::init();
if (ret == 0) {