Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.tellstick/src/main/java/org/openha…
Browse files Browse the repository at this point in the history
…b/binding/tellstick/internal/live/TelldusLiveDeviceController.java

Co-authored-by: Jacob Laursen <[email protected]>
Signed-off-by: lsiepel <[email protected]>
  • Loading branch information
lsiepel and jlaur authored Dec 28, 2024
1 parent 1329b3e commit e83c197
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ void connectHttpClient(String publicKey, String privateKey, String token, String
this.client = client;
try {
Response response = client.prepareGet(HTTP_TELLDUS_CLIENTS).execute().get();
this.client = client;
logger.debug("Response {} statusText {}", response.getResponseBody(), response.getStatusText());
} catch (InterruptedException | ExecutionException e) {
logger.warn("Failed to connect", e);
Expand Down

0 comments on commit e83c197

Please sign in to comment.