Skip to content

Commit 3109cd7

Browse files
committed
removed debug
1 parent f6d0101 commit 3109cd7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Yaml Utility/src/main/java/org/broken/arrow/library/yaml/YamlFileManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ protected YamlFileManager(Plugin plugin, final String path, boolean singleFile,
138138
public void reload() {
139139
try {
140140
Set<String> fromResource = this.filesFromResource;
141-
System.out.println("fromResource " + fromResource);
142141
if (fromResource == null || fromResource.isEmpty()) {
143142
load(getAllFilesInPluginJar());
144143
} else {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ subprojects {
9393
artifactId = project.name
9494
groupId = project.group.toString()
9595
artifactId = project.name
96-
version = "0.133"
96+
version = "0.134"
9797
pom {
9898
name.set(project.name)
9999
description.set("Description for ${project.name}")

0 commit comments

Comments
 (0)