Index: HelenOS.config
===================================================================
--- HelenOS.config	(revision 53d6b4aa1682df7444fd4e5f5f1a7668bfa671c6)
+++ HelenOS.config	(revision b6933f353de0d486d1b345337501236cb8c3da99)
@@ -579,7 +579,4 @@
 # USB settings
 
-% USB verbose messages
-! CONFIG_USB_VERBOSE (n/y)
-
 % Start virtual USB host controller
 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
Index: uspace/lib/usb/include/usb/debug.h
===================================================================
--- uspace/lib/usb/include/usb/debug.h	(revision 53d6b4aa1682df7444fd4e5f5f1a7668bfa671c6)
+++ 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__)
