mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-03 01:10:17 +01:00
Removed a debug logging statement
This commit is contained in:
parent
6ff04d3bdf
commit
184949efca
@ -23,7 +23,6 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Scanner;
|
||||
|
||||
@ -147,7 +146,6 @@ public class ConfigReader implements Closeable {
|
||||
// Parse a node "Key: value"
|
||||
// Can not use StringUtils.split(line, ":", 2) - Relies on 2nd empty String for parent node parsing
|
||||
String[] keyAndValue = line.split(":", 2);
|
||||
System.out.println(Arrays.toString(keyAndValue));
|
||||
if (keyAndValue.length <= 1) {
|
||||
return handleMultiline(line);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user