Index: uspace/lib/usb/include/usb/debug.h
===================================================================
--- uspace/lib/usb/include/usb/debug.h	(revision a1a101df39387ef358e61b7a23da833e01376074)
+++ uspace/lib/usb/include/usb/debug.h	(revision 702536882b248833b02d3693809a7bb0f21bcbd1)
@@ -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__)
