X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fvusb%2Fmain.c;h=8e4a266e9b60d63c423b0a336401e78fd33f93dd;hb=30864ea5e48c15796cc2e3e2ba4a9b50322d82a4;hp=e964a69a878768169f9ca3642d5ce8ccd55d4c9f;hpb=c845fd078c8a8e38e66f625f669a34aa2400d63b;p=max%2Ftmk_keyboard.git diff --git a/protocol/vusb/main.c b/protocol/vusb/main.c index e964a69a..8e4a266e 100644 --- a/protocol/vusb/main.c +++ b/protocol/vusb/main.c @@ -53,10 +53,6 @@ int main(void) uart_init(UART_BAUD_RATE); #endif - debug_enable = true; - print_enable = true; - - debug("keyboard_init()\n"); keyboard_init(); host_set_driver(vusb_driver());