feat: 去除调试信息

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-09-11 22:13:31 +08:00
parent bb6ad76b59
commit 54f077b01d
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import pw.yumc.YumCore.bukkit.Log;
import pw.yumc.YumCore.bukkit.P;
import pw.yumc.YumCore.bukkit.compatible.C;
@ -138,7 +137,7 @@ public class Tellraw {
/**
*
*
*
* @param url
*
* @return {@link Tellraw}
@ -283,7 +282,6 @@ public class Tellraw {
messagePart.writeJson(msg);
}
msg.append("]");
Log.debug(msg.toString());
return msg.toString();
}