Remove debug logging

This commit is contained in:
Kegan Dougal 2015-12-23 14:17:56 +00:00
parent 82ff5c5e52
commit fb151b35c8

View file

@ -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) {