From e1da425e4cb632b4db1136c90ca0eef948212a2d Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Mon, 12 Jul 2021 00:07:24 -0400 Subject: [PATCH] Remove some old debugging comments Signed-off-by: Michael Richters --- src/kaleidoscope/KeyEvent.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kaleidoscope/KeyEvent.h b/src/kaleidoscope/KeyEvent.h index eb852bb7..355b4739 100644 --- a/src/kaleidoscope/KeyEvent.h +++ b/src/kaleidoscope/KeyEvent.h @@ -23,8 +23,7 @@ namespace kaleidoscope { -// It's important that this is a signed integer, not unsigned. It should be -// `int8_t`, but I changed it to 32 for debugging purposes. +// It's important that this is a signed integer, not unsigned. typedef int8_t KeyEventId; struct KeyEvent {