Remove debug leftovers that were causing memory corruption. Writes of 64 or more bytes from the USB host side caused memory corruption before this commit. I've tested it in a STM32L4 board and it is working as expected.
README
This example implements a USB CDC-ACM device (aka Virtual Serial Port) to demonstrate the use of the USB device stack.