fixed about issue. Looking into log view and changed log impl to logback

within slf4j.
This commit is contained in:
Admin
2016-02-22 16:38:57 -06:00
parent 77d3084b01
commit 58fccb1fa7
5 changed files with 66 additions and 12 deletions

View File

@@ -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();
}