Skip to content
Snippets Groups Projects
Commit a5652ad8 authored by carlosuc3m's avatar carlosuc3m
Browse files

remove time help

parent ab24a326
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ public class PythonExec implements AutoCloseable {
* @throws IOException
*/
private PythonExec(PythonUtils pythonUtils, JepConfig customConfig) throws IllegalArgumentException, IOException {
long t0 = System.nanoTime();
this.jepPath = pythonUtils.getJepPath();
this.pythonRoot = pythonUtils.getPythonHome();
checkPreviouslyInstantiatedPython();
......@@ -72,7 +71,6 @@ public class PythonExec implements AutoCloseable {
}
interpreter = new SharedInterpreter();
thread = Thread.currentThread();
System.out.println(System.nanoTime() - t0);
}
private void configureJepNeededPaths() throws IllegalArgumentException, IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment