|
@@ -320,7 +320,6 @@ public class JsInterfaceAccomPanyUtils extends Object {
|
|
|
|
|
|
if (TextUtils.equals("cloudAccompanyMessage", api)) {
|
|
|
JSONObject content = jsonObject.getJSONObject("content");
|
|
|
- LogUtils.i("pq", "cloudAccompanyMessage:" + content.toString());
|
|
|
if (onListener != null) {
|
|
|
String accompanyUrl = content.optString("accompanyUrl");
|
|
|
onListener.saveAccompanimentMp3(accompanyUrl);
|