Skip to content

Commit a20069e

Browse files
committed
Remove old code fragment
1 parent f4ff9e2 commit a20069e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kafka-connect-fitbit-source/src/main/java/org/radarbase/connect/rest/fitbit/user/YamlUserRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ private JsonNode requestAccessToken(String refreshToken) throws IOException {
276276
.build())
277277
.build();
278278

279-
Exception exception = null;
280-
JsonNode node = null;
281279
try (Response response = client.newCall(request).execute()) {
282280
ResponseBody responseBody = response.body();
283281

0 commit comments

Comments
 (0)