Remove some old debugging comments

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1076/head
Michael Richters 3 years ago
parent dbfdca4d15
commit e1da425e4c
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -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 {

Loading…
Cancel
Save