mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove debug logging
This commit is contained in:
parent
82ff5c5e52
commit
fb151b35c8
@ -134,10 +134,6 @@ class TabComplete {
|
||||
|
||||
handleTabPress(passive, shiftKey) {
|
||||
var wasInPassiveMode = this.inPassiveMode && !passive;
|
||||
console.log(
|
||||
"handleTabPress passive=%s, shift=%s wasPassive=%s",
|
||||
passive, shiftKey, wasInPassiveMode
|
||||
);
|
||||
this.inPassiveMode = passive;
|
||||
|
||||
if (!this.completing) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user