Skip to content

Commit

Permalink
remove unsued var
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
  • Loading branch information
magx2 committed Dec 22, 2023
1 parent 33a83f1 commit 066afa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void internalInitialize() {
salusApi = new SalusApi(username, password, url, httpClient, GsonMapper.INSTANCE);
logger = LoggerFactory.getLogger(CloudBridgeHandler.class.getName() + "[" + username.replace(".", "_") + "]");
try {
var devices = salusApi.findDevices();
salusApi.findDevices();
} catch (Exception ex) {
var msg = "Cannot connect to Salus Cloud! Probably username/password mismatch!";
logger.error(msg, ex);
Expand Down

0 comments on commit 066afa7

Please sign in to comment.