diff --git a/src/platforms/posix/drivers/ledsim/led.cpp b/src/platforms/posix/drivers/ledsim/led.cpp
index 6dbe2aa145334657c06775a6176edc77ad9410fd..c15f5a756778327c3d8376fe24b6e8cf4ff46d6b 100644
--- a/src/platforms/posix/drivers/ledsim/led.cpp
+++ b/src/platforms/posix/drivers/ledsim/led.cpp
@@ -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) {