mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
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:
parent
5540c0def5
commit
a28a244065
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue