瀏覽代碼

1.优化代码

王鹏鹏 2 年之前
父節點
當前提交
6ac1a2deee

+ 0 - 2
tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/bean/CustomPatientInfoBean.java

@@ -1,7 +1,6 @@
 package com.tencent.qcloud.tuikit.tuichat.bean;
 
 import android.text.TextUtils;
-import android.util.Log;
 
 import com.google.gson.Gson;
 import com.tencent.imsdk.v2.V2TIMMessage;
@@ -27,7 +26,6 @@ public class CustomPatientInfoBean extends TUIMessageBean {
     @Override
     public void onProcessMessage(V2TIMMessage v2TIMMessage) {
         String description = v2TIMMessage.getCustomElem().getDescription();
-        Log.e("wpp", description);
         if (!TextUtils.isEmpty(description)) {
             try {
                 patientInfoBean = new Gson().fromJson(description, PatientInfoBean.class);