Remove debug logging
This commit is contained in:
parent
82ff5c5e52
commit
fb151b35c8
1 changed files with 0 additions and 4 deletions
|
@ -134,10 +134,6 @@ class TabComplete {
|
||||||
|
|
||||||
handleTabPress(passive, shiftKey) {
|
handleTabPress(passive, shiftKey) {
|
||||||
var wasInPassiveMode = this.inPassiveMode && !passive;
|
var wasInPassiveMode = this.inPassiveMode && !passive;
|
||||||
console.log(
|
|
||||||
"handleTabPress passive=%s, shift=%s wasPassive=%s",
|
|
||||||
passive, shiftKey, wasInPassiveMode
|
|
||||||
);
|
|
||||||
this.inPassiveMode = passive;
|
this.inPassiveMode = passive;
|
||||||
|
|
||||||
if (!this.completing) {
|
if (!this.completing) {
|
||||||
|
|
Loading…
Reference in a new issue