We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f25fc commit cfbb623Copy full SHA for cfbb623
AndroidExecLibrary/src/main/java/com/excellence/exec/CommandTask.java
@@ -1,7 +1,5 @@
1
package com.excellence.exec;
2
3
-import android.util.Log;
4
-
5
import java.io.BufferedReader;
6
import java.io.InputStreamReader;
7
import java.util.Arrays;
@@ -150,7 +148,6 @@ void deploy() {
150
148
try {
151
149
// only wait task can deploy
152
if (mStatus != STATUS_WAITING) {
153
- Log.i(TAG, "deploy status is not STATUS_WAITING");
154
return;
155
}
156
mStatus = STATUS_RUNNING;
0 commit comments