remove console.log
Summary: as per title Reviewed By: jknoxville Differential Revision: D14207127 fbshipit-source-id: e6608382061f4c4a8aff3076810d7ab32be9e990
This commit is contained in:
committed by
Facebook Github Bot
parent
2a94da7db3
commit
f1d46caa2f
@@ -119,7 +119,6 @@ const Searchable = (
|
|||||||
_inputRef: ?HTMLInputElement;
|
_inputRef: ?HTMLInputElement;
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
console.log(this.props);
|
|
||||||
window.document.addEventListener('keydown', this.onKeyDown);
|
window.document.addEventListener('keydown', this.onKeyDown);
|
||||||
const {defaultFilters} = this.props;
|
const {defaultFilters} = this.props;
|
||||||
let savedState;
|
let savedState;
|
||||||
|
|||||||
Reference in New Issue
Block a user