[Improvement-14464][Task] Remove the useless taskResultString (#14465)

This commit is contained in:
Rick Cheng 2023-07-06 17:31:33 +08:00 committed by GitHub
parent 61ec5e33b1
commit cff53feaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -93,11 +93,6 @@ public abstract class AbstractCommandExecutor {
protected boolean podLogOutputIsFinished = false;
/*
* SHELL result string
*/
protected String taskResultString;
/**
* taskRequest
*/
@ -370,7 +365,6 @@ public abstract class AbstractCommandExecutor {
varPool.append("$VarPool$");
} else {
logBuffer.add(line);
taskResultString = line;
}
}
processLogOutputIsSuccess = true;