fix: debug print
This commit is contained in:
parent
bf46564e46
commit
9d18f0fdcb
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ public class ConfigurationManager {
|
|||
|
||||
public void saveDefaultConfig() {
|
||||
if (!file.exists()) {
|
||||
System.out.println("FILE DOES NOT EXISTS");
|
||||
try {
|
||||
final InputStream input = getClass().getResourceAsStream("/config.yml");
|
||||
if (input != null) {
|
||||
|
|
Loading…
Reference in a new issue