Removing a print statement

There's a `(print data)` statement left in `parse-keyboard-event` (used for debugging, I think)
This commit is contained in:
mavis 2021-03-07 19:55:13 +05:30 committed by GitHub
parent 5540c0def5
commit a28a244065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,7 +259,6 @@ result or if time out DEFAULT-ANSWER (Private)"))
"JavaScript to collect keyboard event data from browser.")
(defun parse-keyboard-event (data)
(print data)
(let ((f (ppcre:split ":" data)))
(list
:event-type :keyboard