feat: 去除调试代码

This commit is contained in:
coding 2018-05-16 16:07:30 +00:00
parent f7b97f3e84
commit 3fe1feccff

View File

@ -17,7 +17,6 @@ var ChatMessagePart = function () {
this.hover = function (action, value) {
this.hoverEventAction = action;
this.hoverEventValue = value;
console.log(this.toJson());
}
this.convert = function () {