Refactoring

This commit is contained in:
expani 2024-08-06 19:58:12 +05:30
parent 9f3792bab8
commit 4e8a1f288d
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public class DocIdEncodingBenchmark {
static { static {
try { try {
TMP_DIR = Files.createTempDirectory("docIdJmh"); TMP_DIR = Files.createTempDirectory("docIdJmh");
System.out.println(TMP_DIR.toString());
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }