remove console.log

Summary: as per title

Reviewed By: jknoxville

Differential Revision: D14207127

fbshipit-source-id: e6608382061f4c4a8aff3076810d7ab32be9e990
This commit is contained in:
Daniel Büchele
2019-02-25 02:58:26 -08:00
committed by Facebook Github Bot
parent 2a94da7db3
commit f1d46caa2f

View File

@@ -119,7 +119,6 @@ const Searchable = (
_inputRef: ?HTMLInputElement;
componentDidMount() {
console.log(this.props);
window.document.addEventListener('keydown', this.onKeyDown);
const {defaultFilters} = this.props;
let savedState;