summaryrefslogtreecommitdiff
path: root/client/faceSearch/faceSearch.container.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2018-12-18 01:15:48 +0100
committeradamhrv <adam@ahprojects.com>2018-12-18 01:15:48 +0100
commit162246a0f1931428c85ab9a31ba42de9ef34dae3 (patch)
treea7a80b9836025400269fcb7623a934deb37bbc39 /client/faceSearch/faceSearch.container.js
parent994d74feae29f2577bc04e10dd4bafbfb3dc8e83 (diff)
parentbf3dd1399e4ef1db5fb8830004827fe603f73b2e (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/faceSearch/faceSearch.container.js')
-rw-r--r--client/faceSearch/faceSearch.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/faceSearch/faceSearch.container.js b/client/faceSearch/faceSearch.container.js
index f96961db..94c6eb9f 100644
--- a/client/faceSearch/faceSearch.container.js
+++ b/client/faceSearch/faceSearch.container.js
@@ -10,7 +10,7 @@ import FaceSearchResult from './faceSearch.result'
class FaceSearchContainer extends Component {
render() {
const { payload } = this.props
- console.log(payload)
+ // console.log(payload)
return (
<div className='searchContainer'>
<FaceSearchQuery payload={payload} />