diff --git a/tools/jsonpath-tool.html b/tools/jsonpath-tool.html
index fc3386477..5643813dc 100644
--- a/tools/jsonpath-tool.html
+++ b/tools/jsonpath-tool.html
@@ -178,7 +178,6 @@ section .cm-lineWrapping {
const aNewText = info.state.doc.toString();
if ( aNewText === aLastText ) { return; }
aLastText = aNewText;
- readJSON();
process();
}, 71);
},
@@ -191,7 +190,6 @@ section .cm-lineWrapping {
});
}
- readJSON();
process();