remove logging
This commit is contained in:
parent
674909fdd0
commit
77bc82ba7d
|
@ -81,7 +81,7 @@ public class RFSpy {
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public void onInit() {
|
public void onInit() {
|
||||||
aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
|
//aapsLogger.debug("RileyLinkServiceData:" + rileyLinkServiceData);
|
||||||
reader = new RFSpyReader(aapsLogger, rileyLinkBle);
|
reader = new RFSpyReader(aapsLogger, rileyLinkBle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,7 @@ public class RileyLinkBLE {
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public void onInit() {
|
public void onInit() {
|
||||||
aapsLogger.debug(LTag.PUMPBTCOMM, "BT Adapter: " + this.bluetoothAdapter);
|
//aapsLogger.debug(LTag.PUMPBTCOMM, "BT Adapter: " + this.bluetoothAdapter);
|
||||||
this.orangeLink.rileyLinkBLE = this;
|
this.orangeLink.rileyLinkBLE = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue