mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
[broadway] Remove debug spew
This commit is contained in:
parent
cfd8150759
commit
dc56a51cec
@ -2658,7 +2658,7 @@ function handleKeyPress(e) {
|
||||
if (kdlen > 0) {
|
||||
keyDownList[kdlen-1].keysym = keysym;
|
||||
} else {
|
||||
log("keyDownList empty when keyPress triggered");
|
||||
//log("keyDownList empty when keyPress triggered");
|
||||
}
|
||||
|
||||
// Send the translated keysym
|
||||
@ -2677,7 +2677,7 @@ function handleKeyUp(e) {
|
||||
if (fev)
|
||||
keysym = fev.keysym;
|
||||
else {
|
||||
log("Key event (keyCode = " + ev.keyCode + ") not found on keyDownList");
|
||||
//log("Key event (keyCode = " + ev.keyCode + ") not found on keyDownList");
|
||||
keysym = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user