Skip to content

Commit 84987c1

Browse files
committed
delete no use code
1 parent 64f8b73 commit 84987c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-api/src/main/java/com/flow/platform/api/service/AgentServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private String buildAgentWebhook() {
175175

176176
@Override
177177
public void sendSysCmd(AgentPath agentPath) {
178-
CmdInfo cmdInfo = new CmdInfo(agentPath, CmdType.SYSTEM_INFO, "java -version");
178+
CmdInfo cmdInfo = new CmdInfo(agentPath, CmdType.SYSTEM_INFO, "");
179179
cmdService.sendCmd(agentPath, cmdInfo);
180180
}
181181
}

0 commit comments

Comments
 (0)