移除Debug显示信息

This commit is contained in:
2023-02-14 15:15:37 +08:00
parent 4d9dbadea5
commit b184d5255f
2 changed files with 3 additions and 1 deletions

View File

@@ -4024,7 +4024,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
i++;
}
}
ToastUtil.show("清理:" + i);
Log.i("清理图片缓存", "clearImageView: "+i);
} catch (Exception e) {
e.printStackTrace();
}