Remove debug logging

pull/21833/head
Kegan Dougal 2015-12-23 14:17:56 +00:00
parent 82ff5c5e52
commit fb151b35c8
1 changed files with 0 additions and 4 deletions

View File

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