1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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) {
var wasInPassiveMode = this.inPassiveMode && !passive;
console.log(
"handleTabPress passive=%s, shift=%s wasPassive=%s",
passive, shiftKey, wasInPassiveMode
);
this.inPassiveMode = passive;
if (!this.completing) {