Index: uspace/drv/bus/usb/usbhub/usbhub.c
===================================================================
--- uspace/drv/bus/usb/usbhub/usbhub.c	(revision c68c713c77ee77c0b617a6b9e40e9c3552ac4639)
+++ uspace/drv/bus/usb/usbhub/usbhub.c	(revision 44063d17c48cfbbb6cd0d6d91e0c8bdc75f0de50)
@@ -236,5 +236,4 @@
 	/* It is an error condition if we didn't receive enough data */
 	if (change_bitmap_size == 0) {
-		usb_log_warning("(%p) USB hub stopped polling", hub);
 		return false;
 	}
@@ -254,5 +253,4 @@
 		}
 	}
-	usb_log_warning("(%p) USB hub continued polling", hub);
 	return true;
 }
