[ISSUE #3949] Remove unused variables

This commit is contained in:
zhouxiang
2022-07-19 17:57:53 +08:00
parent f88df48baf
commit 6bcda57b36
@@ -86,9 +86,6 @@ public class ClientActivity extends AbstractMessingActivity {
CompletableFuture<HeartbeatResponse> future = new CompletableFuture<>();
try {
String clientId = ctx.getClientID();
LanguageCode languageCode = LanguageCode.valueOf(ctx.getLanguage());
Settings clientSettings = grpcClientSettingsManager.getClientSettings(ctx);
if (clientSettings == null) {
future.complete(HeartbeatResponse.newBuilder()