diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-31 17:40:44 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-31 17:40:44 +0200 |
| commit | 438cde0ab82cf9fdbdcbb45e0ad8e43efc3525bb (patch) | |
| tree | 5b655ddb574c5f7691354159196c8444ae93a37a /client/index.js | |
| parent | 5eb849e37e0c902743a8b1178b652a14d9848e74 (diff) | |
hide pdf
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.js b/client/index.js index 5c8bc880..5a7315b5 100644 --- a/client/index.js +++ b/client/index.js @@ -87,9 +87,9 @@ function runApplets() { if (dataset === 'index.html') { dataset = path.pop() } - console.log('dataset from path:', dataset) + // console.log('dataset from path:', dataset) } else { - console.log('not on a dataset page') + // console.log('not on a dataset page') return [el, payload] } } |
