remove redundant line
This commit is contained in:
parent
ae59754564
commit
c4f954dc07
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ public class Main {
|
|||
configWriter.close();
|
||||
|
||||
System.out.println("config.yml file not found, so the default one was created");
|
||||
|
||||
_config = yaml.load(is);
|
||||
}
|
||||
|
||||
InputStream opt = new FileInputStream(file);
|
||||
|
|
Loading…
Reference in a new issue