Skip to content

Commit f43eb4b

Browse files
committed
Убрано сообщение о создании config.json по умолчанию
1 parent 3db0383 commit f43eb4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/leo_proger/config/Config.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public static ConfigDTO loadDataFromJson() throws IOException {
7474
Path json = getConfigPath();
7575
if (!configExists(json))
7676
{
77-
System.out.println("Файл с настройками не найден. Создается файл по умолчанию");
7877
Files.createFile(json);
7978
saveDataToJson(getDefaultSettings());
8079
}

0 commit comments

Comments
 (0)