Remove useless debug info

pull/125/head
Alex Voinea 2021-09-30 18:42:10 +02:00 committed by D.R.racer
parent 9462da45be
commit b1b4c4fcdd
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = {
/** Event handler for the library USB Connection event. */
void EVENT_USB_Device_Connect(void) {
dbg_modules_P(PSTR("EVENT_USB_Device_Connect"));
// dbg_modules_P(PSTR("EVENT_USB_Device_Connect"));
}
/** Event handler for the library USB Disconnection event. */
void EVENT_USB_Device_Disconnect(void) {
dbg_modules_P(PSTR("EVENT_USB_Device_Disconnect"));
// dbg_modules_P(PSTR("EVENT_USB_Device_Disconnect"));
}
/** Event handler for the library USB Configuration Changed event. */