Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed Sep 30, 2017
1 parent 3059e41 commit 765df41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<name>mcMMOAction</name>
<version>2.1</version>
<version>2.1.1</version>
<inceptionYear>2016</inceptionYear>
<url>https://dev.bukkit.org/bukkit-plugins/mcmmoaction/</url>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public void onPacketSending(PacketEvent packetEvent) {
}

String json = message.getJson();
System.out.println(json);
String cleanedJson = gson.toJson(cleanJsonFromHover(json));
if (cleanedJson == null) {
return;
Expand Down

0 comments on commit 765df41

Please sign in to comment.