Index: uspace/drv/bus/usb/ohci/ohci_batch.c
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_batch.c	(revision 98cb049542c10f544173aa15a70e57111dcb72b1)
+++ uspace/drv/bus/usb/ohci/ohci_batch.c	(revision 38b950fad6bd9e9cf20b8f1a74fb67e9c65b6f71)
@@ -255,7 +255,4 @@
 	assert(addr_to_phys(ohci_ep->td) == ed_head_td(ohci_batch->ed));
 	assert(addr_to_phys(ohci_ep->td) == ed_tail_td(ohci_batch->ed));
-//	const uint32_t pa = addr_to_phys(ohci_ep->td);
-//	assert(pa == (ohci_batch->ed->td_head & ED_TDHEAD_PTR_MASK));
-//	assert(pa == (ohci_batch->ed->td_tail & ED_TDTAIL_PTR_MASK));
 
 	return true;
