mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove erroneous debugging output
This commit is contained in:
parent
326a01dd9b
commit
ec9b760470
@ -46,9 +46,7 @@ public class NBIO implements NBPathsAPI.Facets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static List<String> readLines(String filename) {
|
public static List<String> readLines(String filename) {
|
||||||
System.err.println("loading broken file");
|
|
||||||
Content<?> data = NBIO.all().prefix("data").name(filename).first().orElseThrow();
|
Content<?> data = NBIO.all().prefix("data").name(filename).first().orElseThrow();
|
||||||
System.err.println("data:" + data.asPath());
|
|
||||||
String[] split = data.getCharBuffer().toString().split("\n");
|
String[] split = data.getCharBuffer().toString().split("\n");
|
||||||
return Arrays.asList(split);
|
return Arrays.asList(split);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user