summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-27 15:25:47 +0300
committerAndrew Dolgov <[email protected]>2019-02-27 15:25:47 +0300
commit1b00f4043083d17bc128c0bc616d61955e47ea12 (patch)
tree71c1f4ed470f2063c0f99347d724cca17cc28083
parentb2fcdaee60aaea46b984880ab2bbb9124a43f75c (diff)
remove debugging
-rw-r--r--init.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.js b/init.js
index 1342d39..abfc805 100644
--- a/init.js
+++ b/init.js
@@ -3,8 +3,6 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
function inject_prompt(row) {
try {
- console.log('ip', row);
-
const words = row.querySelector(".content-inner").textContent.split(/\s+/).length;
const ttr = Math.round(words / words_per_minute).toFixed(0);