Skip to content

Commit 765df41

Browse files
author
games647
committed
Remove debug output
1 parent 3059e41 commit 765df41

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>mcMMOAction</name>
11-
<version>2.1</version>
11+
<version>2.1.1</version>
1212
<inceptionYear>2016</inceptionYear>
1313
<url>https://dev.bukkit.org/bukkit-plugins/mcmmoaction/</url>
1414
<description>

src/main/java/com/github/games647/mcmmoaction/listener/MessageListener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public void onPacketSending(PacketEvent packetEvent) {
6565
}
6666

6767
String json = message.getJson();
68-
System.out.println(json);
6968
String cleanedJson = gson.toJson(cleanJsonFromHover(json));
7069
if (cleanedJson == null) {
7170
return;

0 commit comments

Comments
 (0)