Index: uspace/lib/usb/include/usb/debug.h
===================================================================
--- uspace/lib/usb/include/usb/debug.h	(revision bc0ccab4f7efca78005b6cb2857f39e87a392aa6)
+++ uspace/lib/usb/include/usb/debug.h	(revision b6933f353de0d486d1b345337501236cb8c3da99)
@@ -51,11 +51,4 @@
 #define USB_LOG_LEVEL_DEBUG2 LVL_DEBUG2
 
-/** Default log level. */
-#ifdef CONFIG_USB_VERBOSE
-	#define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
-#else
-	#define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
-#endif
-
 #define usb_log_printf(level, format, ...) \
 	log_msg(LOG_DEFAULT, level, format, ##__VA_ARGS__)
