Commit e3c2f05207bfb47525ea8d34f794f91fdb6bb740
1 parent
0909b53a
去除测试Log
Showing
2 changed files
with
1 additions
and
2 deletions
.gitignore
app/src/main/java/com/cnlive/gundam/main/utils/ActivityJumpUtil.java
| ... | ... | @@ -2,7 +2,6 @@ package com.cnlive.gundam.main.utils; |
| 2 | 2 | |
| 3 | 3 | import android.content.Context; |
| 4 | 4 | import android.content.Intent; |
| 5 | -import android.util.Log; | |
| 6 | 5 | import android.widget.Toast; |
| 7 | 6 | |
| 8 | 7 | import com.cnlive.gundam.R; |
| ... | ... | @@ -50,7 +49,6 @@ public class ActivityJumpUtil { |
| 50 | 49 | |
| 51 | 50 | @Override |
| 52 | 51 | public void onFailure(Call<ActivePlayInfo> call, Throwable t) { |
| 53 | - Log.e("11111111111111", "onFailure: "+call.request().toString() ); | |
| 54 | 52 | Toast.makeText(context, context.getString(R.string.request_state_error), Toast.LENGTH_LONG).show(); |
| 55 | 53 | } |
| 56 | 54 | }); | ... | ... |