summaryrefslogtreecommitdiff
path: root/scraper/client/paper
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-30 16:06:52 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-30 16:06:52 +0100
commit5284aa830c1fc7e1bcd109fb5ce1dc56255091fc (patch)
treee2f77ce4808dfd3454230f1961a7591c68a359b0 /scraper/client/paper
parent1c99addd8ce31d57654202478d5b77aa3724967a (diff)
k
Diffstat (limited to 'scraper/client/paper')
-rw-r--r--scraper/client/paper/paper.verify.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.verify.js b/scraper/client/paper/paper.verify.js
index 1301239b..83eb5b44 100644
--- a/scraper/client/paper/paper.verify.js
+++ b/scraper/client/paper/paper.verify.js
@@ -38,7 +38,7 @@ class PaperVerify extends Component {
this.props.actions.getAddress(sha256)
this.props.actions.getVerification(sha256)
const citationState = this.getCitationState(sha256)
- console.log('DID MOUNT')
+ // console.log('DID MOUNT')
this.setState(citationState)
}