From f48986dda29f9ca4a88d4b4da9ba00dd7864914e Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Mon, 11 Nov 2019 21:06:14 +0000
Subject: [PATCH] Remove force of debug on within rgblight - causes lockups
 waiting for hid_listen (#7330)

---
 quantum/rgblight.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index a4cbe513e1..80f276139c 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -189,7 +189,6 @@ void rgblight_init(void) {
         return;
     }
 
-    debug_enable = 1;  // Debug ON!
     dprintf("rgblight_init called.\n");
     dprintf("rgblight_init start!\n");
     if (!eeconfig_is_enabled()) {