https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9f549dba1e890ef4830c83abf3225e5d88c9081a
commit 9f549dba1e890ef4830c83abf3225e5d88c9081a Author: Mark Jansen <[email protected]> AuthorDate: Wed May 19 22:52:49 2021 +0200 Commit: Mark Jansen <[email protected]> CommitDate: Thu May 20 08:35:39 2021 +0200 [USBHUB] Mute debug spam --- drivers/usb/usbhub/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/usbhub/debug.c b/drivers/usb/usbhub/debug.c index 55803b9a0a5..7801bd70e2f 100644 --- a/drivers/usb/usbhub/debug.c +++ b/drivers/usb/usbhub/debug.c @@ -7,7 +7,7 @@ #include "usbhub.h" -//#define NDEBUG +#define NDEBUG #include <debug.h> VOID
