mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
fixed about issue. Looking into log view and changed log impl to logback
within slf4j.
This commit is contained in:
@@ -34,7 +34,6 @@ import com.google.gson.Gson;
|
||||
public class DeviceResource {
|
||||
private static final String API_CONTEXT = "/api/devices";
|
||||
private static final Logger log = LoggerFactory.getLogger(DeviceResource.class);
|
||||
|
||||
private DeviceRepository deviceRepository;
|
||||
private VeraHome veraHome;
|
||||
private HarmonyHome myHarmonyHome;
|
||||
@@ -58,7 +57,6 @@ public class DeviceResource {
|
||||
this.nestHome = aNestHome;
|
||||
else
|
||||
this.nestHome = null;
|
||||
|
||||
setupEndpoints();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user