Skip to content

Commit 7bdbf45

Browse files
authored
Update Util.java
1 parent ce46078 commit 7bdbf45

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/org/maxgamer/quickshop/util

1 file changed

+0
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/Util.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,6 @@ public static Material getSignMaterial() {
11101110
* @return Json
11111111
*/
11121112
public static String componentsToJson(BaseComponent[] components) {
1113-
plugin.getLogger().info(ComponentSerializer.toString(components));
11141113
return ComponentSerializer.toString(components);
11151114
}
11161115

0 commit comments

Comments
 (0)